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

Update scikit-learn to 1.4 #5851

Merged
merged 11 commits into from
May 29, 2024

Commits on May 8, 2024

  1. Update scikit-learn to 1.4

    Mostly deals with parameters that were deprecated in scikit-learn 1.2
    and are now no longer available.
    
    Update end version of deprecation
    
    Update version in which deprecation expires
    
    Change argument name to deal with deprecation
    betatim committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5deed40 View commit details
    Browse the repository at this point in the history
  2. Add NVIDIA copyright

    betatim committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a7e043e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    4a21a15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    404bd84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eca428 View commit details
    Browse the repository at this point in the history
  4. Add missing blank line

    betatim committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9ac5425 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04ac30c View commit details
    Browse the repository at this point in the history
  6. Fix docstrings

    betatim committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9e2d841 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    372d226 View commit details
    Browse the repository at this point in the history
  2. Update tests

    The arguments to r2_score were the wrong way around, this might explain
    the sudden decrease in the score which leads to failing tests.
    betatim committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9d40ba3 View commit details
    Browse the repository at this point in the history