Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC replace pandas with Polars in examples/gaussian_process/plot_gpr_co2.py #28804

Merged
merged 11 commits into from May 17, 2024

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    77bdbd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Merge branch 'main' of github.com:scikit-learn/scikit-learn into pola…

    …rs_co2_example
    raisa committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    72dd6ec View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Update examples/gaussian_process/plot_gpr_co2.py

    Use `pl.from_dataframe()` instead if converting to `numpy`
    
    Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
    raisadz and adrinjalali committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    601e69a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:scikit-learn/scikit-learn into pola…

    …rs_co2_example
    raisa committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    810056a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'polars_co2_example' of github.com:raisadz/scikit-learn …

    …into polars_co2_example
    raisa committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    60612bf View commit details
    Browse the repository at this point in the history
  4. roll back to converting to NumPy as Polars 0.19.12 doesnt support pl.…

    …from_dataframe
    raisa committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    15f0c77 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. use pl.DataFrame to convert from pandas, increase the minimum Polars …

    …version from 0.19.12 to 0.20.23
    raisa committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c423b91 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    ad3fd96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    264452c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    3cab712 View commit details
    Browse the repository at this point in the history
  2. resolve conflicts

    raisadz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b2b6aef View commit details
    Browse the repository at this point in the history