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

Add support for scikit-learn 1.3 #402

Merged
merged 9 commits into from
Sep 3, 2023
Merged

Add support for scikit-learn 1.3 #402

merged 9 commits into from
Sep 3, 2023

Commits on Aug 15, 2023

  1. Add support for scikit-learn 1.3

    sebp committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    339d88a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. TESTS: Drop check for loss_

    loss_ has been removed in scikit-learn 1.3
    sebp committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8b88d43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d67914a View commit details
    Browse the repository at this point in the history
  3. CI: Install pandoc via brew

    sebp committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c6c47a9 View commit details
    Browse the repository at this point in the history
  4. CI: Raise numpy versions

    Older versions are no longer supported
    sebp committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ad17e9c View commit details
    Browse the repository at this point in the history
  5. CI: Use at least pandas 1.1

    pandas 1.0 causes a DeprecationWarning due to use of np.bool
    sebp committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4b4d39e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    31d5d42 View commit details
    Browse the repository at this point in the history
  2. Remove deprecated loss_ attribute

    It has been dropped in scikit-learn 1.3:
    scikit-learn/scikit-learn#25834
    sebp committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    2d94bfa View commit details
    Browse the repository at this point in the history
  3. Remove support for max_features="auto"

    Option has been removed in scikit-learn 1.3:
    scikit-learn/scikit-learn#25941
    sebp committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    8bf1365 View commit details
    Browse the repository at this point in the history