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

FEA add TunedThresholdClassifier meta-estimator to post-tune the cut-off threshold #26120

Merged
merged 228 commits into from May 3, 2024

Commits on Mar 31, 2023

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

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    516f62f View commit details
    Browse the repository at this point in the history
  2. remove multiclass issue

    glemaitre committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    d2fbee0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    29e5e87 View commit details
    Browse the repository at this point in the history
  2. Update sklearn/metrics/_scorer.py

    Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
    glemaitre and jeremiedbb committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    b645ade View commit details
    Browse the repository at this point in the history
  3. apply jeremie comments

    glemaitre committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3397c56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    092689a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    200ec31 View commit details
    Browse the repository at this point in the history
  2. iter

    glemaitre committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e871558 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31aa1c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    74614e8 View commit details
    Browse the repository at this point in the history
  2. DOC add changelog entry

    glemaitre committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    27713af View commit details
    Browse the repository at this point in the history
  3. refresh implementation

    glemaitre committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    ed1d9b3 View commit details
    Browse the repository at this point in the history
  4. add files

    glemaitre committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    8410317 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7d1fe4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    c9d7a22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9981f3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9c9d5e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    588f1c4 View commit details
    Browse the repository at this point in the history
  2. iter before another bug

    glemaitre committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    243d173 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. iter

    glemaitre committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    883e929 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    69333ed View commit details
    Browse the repository at this point in the history
  2. iter

    glemaitre committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    8616da1 View commit details
    Browse the repository at this point in the history
  3. integrate refit

    glemaitre committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    99a10b3 View commit details
    Browse the repository at this point in the history
  4. TST more test

    glemaitre committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    0f6dce2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6fb9f7 View commit details
    Browse the repository at this point in the history
  6. BUG fit_params split

    glemaitre committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    7ff3d0d View commit details
    Browse the repository at this point in the history
  7. TST add test for fit_params

    glemaitre committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6985ae9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    239793a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92083ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55d0844 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dfc4a6 View commit details
    Browse the repository at this point in the history
  5. iter

    glemaitre committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    729c9a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    787be21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    146b170 View commit details
    Browse the repository at this point in the history
  3. iter

    glemaitre committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    03b1f7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a09a5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d56f57f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf164c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. DOC add a small example

    glemaitre committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    c943f5e View commit details
    Browse the repository at this point in the history
  2. iter

    glemaitre committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    bf1462b View commit details
    Browse the repository at this point in the history
  3. iter

    glemaitre committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    fa89431 View commit details
    Browse the repository at this point in the history
  4. bug fixes everywhere

    glemaitre committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    862519d View commit details
    Browse the repository at this point in the history
  5. iter

    glemaitre committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    aa520da View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    5403cf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd37743 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7d07af View commit details
    Browse the repository at this point in the history
  4. TST add test for pos_label

    glemaitre committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    bc20a47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bba2f97 View commit details
    Browse the repository at this point in the history
  6. some more

    glemaitre committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    f925503 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. avoid extrapolation

    glemaitre committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    d539235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0acd44 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. fix docstring

    glemaitre committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    f87baa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4dac09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4da7cef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd86595 View commit details
    Browse the repository at this point in the history
  5. fix

    glemaitre committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    45e6e5a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    402a1a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6745afc View commit details
    Browse the repository at this point in the history
  3. some more doc

    glemaitre committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    4d557cc View commit details
    Browse the repository at this point in the history
  4. some more doc

    glemaitre committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    2c6ee7e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. DOC more documentation

    glemaitre committed May 2, 2023
    Configuration menu
    Copy the full SHA
    91c8222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a96ae1 View commit details
    Browse the repository at this point in the history
  3. fix import

    glemaitre committed May 2, 2023
    Configuration menu
    Copy the full SHA
    3d4ce81 View commit details
    Browse the repository at this point in the history
  4. fix import

    glemaitre committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d7d8dac View commit details
    Browse the repository at this point in the history
  5. iter

    glemaitre committed May 2, 2023
    Configuration menu
    Copy the full SHA
    aa3e83d View commit details
    Browse the repository at this point in the history
  6. fix

    glemaitre committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ab97d63 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    acb6af8 View commit details
    Browse the repository at this point in the history
  2. Update sklearn/metrics/_scorer.py

    Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
    glemaitre and lorentzenchr committed May 4, 2023
    Configuration menu
    Copy the full SHA
    486a2bd View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Apply suggestions from code review

    Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
    glemaitre and ArturoAmorQ committed May 15, 2023
    Configuration menu
    Copy the full SHA
    6d4c4aa View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Fix linter

    ogrisel committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    1d12e1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21e20e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Add routing to LogisticRegressionCV

    Omar Salman committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    7952cce View commit details
    Browse the repository at this point in the history
  2. Add a test with enable_metadata_routing=False and fix an issue in sco…

    …re method
    Omar Salman committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    66ad513 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Jun 25, 2023

  1. PR suggestions

    Omar Salman committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    d7e50a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Merge branch 'main' into logistic_cv_routing

    Omar Salman committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    3844706 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    Omar Salman committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0866c42 View commit details
    Browse the repository at this point in the history
  3. Add user and pr information

    Omar Salman committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    43f971b View commit details
    Browse the repository at this point in the history
  4. Changelog adjustment

    Omar Salman committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    db63769 View commit details
    Browse the repository at this point in the history
  5. Remove repr method from ConsumingScorer

    Omar Salman committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    a9b984f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    97105a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52f5921 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    637c18e View commit details
    Browse the repository at this point in the history
  2. Adjust changelog

    Omar Salman committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    314bc83 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

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

Commits on Jul 13, 2023

  1. Address PR suggestions partially

    Omar Salman committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5b723a0 View commit details
    Browse the repository at this point in the history
  2. address comment Tim

    glemaitre committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9ce463d View commit details
    Browse the repository at this point in the history
  3. iter

    glemaitre committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    bba8f55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c5487d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d302678 View commit details
    Browse the repository at this point in the history
  6. add missing module

    glemaitre committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2ade221 View commit details
    Browse the repository at this point in the history
  7. update changelog

    glemaitre committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    dca5770 View commit details
    Browse the repository at this point in the history
  8. more renaming

    glemaitre committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8897533 View commit details
    Browse the repository at this point in the history
  9. iter

    glemaitre committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    75bd7ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c07a980 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cc5ba48 View commit details
    Browse the repository at this point in the history
  12. iter

    glemaitre committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    66c4c7f View commit details
    Browse the repository at this point in the history
  13. iter

    glemaitre committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    378930e View commit details
    Browse the repository at this point in the history
  14. iter

    glemaitre committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c88ed94 View commit details
    Browse the repository at this point in the history
  15. iter

    glemaitre committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4715e67 View commit details
    Browse the repository at this point in the history
  16. iter

    glemaitre committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b3bb39f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    915624a View commit details
    Browse the repository at this point in the history
  18. iter

    glemaitre committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b72a72a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5108e43 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    95150b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    5b66ab8 View commit details
    Browse the repository at this point in the history
  2. Add metadata routing

    glemaitre committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b4e67fb View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Soledad Galli <solegalli@protonmail.com>
    glemaitre and solegalli committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    005126a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    767a05f View commit details
    Browse the repository at this point in the history
  5. iter

    glemaitre committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    080ba5c View commit details
    Browse the repository at this point in the history
  6. iter

    glemaitre committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    05ec85d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    63c32bd View commit details
    Browse the repository at this point in the history
  2. add non-regression test

    glemaitre committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    1584c5b View commit details
    Browse the repository at this point in the history
  3. update validation param

    glemaitre committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    1a5a247 View commit details
    Browse the repository at this point in the history
  4. more coverage

    glemaitre committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    4cc61b9 View commit details
    Browse the repository at this point in the history
  5. TST add mulitlabel test

    glemaitre committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    8f36235 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e6b384 View commit details
    Browse the repository at this point in the history
  7. simplify scorer

    glemaitre committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    5490ce4 View commit details
    Browse the repository at this point in the history
  8. iter

    glemaitre committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    8dad0a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b918708 View commit details
    Browse the repository at this point in the history
  10. iter

    glemaitre committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    5e23523 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. iter

    glemaitre committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    d5578f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. address tim comments

    glemaitre committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f3f844e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44ad195 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e489eab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cf5528 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. iter

    glemaitre committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    26dc94e View commit details
    Browse the repository at this point in the history
  2. iter

    glemaitre committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6a1a6c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. iter

    glemaitre committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b17b59e View commit details
    Browse the repository at this point in the history
  2. iter

    glemaitre committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    43c1da8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41a6d07 View commit details
    Browse the repository at this point in the history
  4. iter

    glemaitre committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ca06717 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. iter

    glemaitre committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    ab8b466 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

Commits on Aug 11, 2023

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

Commits on Sep 28, 2023

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

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    45a8504 View commit details
    Browse the repository at this point in the history
  2. solve deprecation

    glemaitre committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8c4c88d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'glemaitre/cutoff_classifier_again' into…

    … cutoff_classifier_again
    glemaitre committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b97ebf4 View commit details
    Browse the repository at this point in the history
  4. update changelog

    glemaitre committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e37f831 View commit details
    Browse the repository at this point in the history
  5. whoops

    glemaitre committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    383937f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4ce3fb View commit details
    Browse the repository at this point in the history
  7. fix doc

    glemaitre committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b6b3548 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    23e65e6 View commit details
    Browse the repository at this point in the history
  2. bump pandas to 1.1.5

    glemaitre committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    6904817 View commit details
    Browse the repository at this point in the history
  3. update lock file

    glemaitre committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    bee1ebe View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. iter

    glemaitre committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    4d86a36 View commit details
    Browse the repository at this point in the history
  2. update doc-min lock file

    glemaitre committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    48fd7cd View commit details
    Browse the repository at this point in the history
  3. partial reviews

    glemaitre committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    0854cd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    ac75300 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Andreas Mueller <t3kcit@gmail.com>
    Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
    Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
    Co-authored-by: Joel Nothman <joeln@canva.com>
    5 people committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2df616e View commit details
    Browse the repository at this point in the history
  3. update lock files

    glemaitre committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b14225c View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'glemaitre/cutoff_classifier_again' into…

    … cutoff_classifier_again
    glemaitre committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    98dcefd View commit details
    Browse the repository at this point in the history
  5. iter

    glemaitre committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7e3d7aa View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    b958bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7722f6 View commit details
    Browse the repository at this point in the history
  3. check raise for multilabel

    glemaitre committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    98a1db8 View commit details
    Browse the repository at this point in the history
  4. fix test name

    glemaitre committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c28a3e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    076fd29 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. iter

    glemaitre committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e728f1d View commit details
    Browse the repository at this point in the history
  2. refit=True and cv is float

    glemaitre committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c73b205 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    a4890df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a5a79 View commit details
    Browse the repository at this point in the history
  3. use None instead of highest

    glemaitre committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5dfa435 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. use a closer CV API

    glemaitre committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    d45a71b View commit details
    Browse the repository at this point in the history
  2. fix example

    glemaitre committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    a32c151 View commit details
    Browse the repository at this point in the history
  3. simplify model

    glemaitre committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7592437 View commit details
    Browse the repository at this point in the history
  4. fix

    glemaitre committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    dc5346b View commit details
    Browse the repository at this point in the history
  5. fix docstring

    glemaitre committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    843ca04 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Apply suggestions from code review

    Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
    glemaitre and ogrisel committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    51ed9a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Apply suggestions from code review

    Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
    glemaitre and lorentzenchr committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3c89ab3 View commit details
    Browse the repository at this point in the history
  2. pep8

    glemaitre committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8cd5582 View commit details
    Browse the repository at this point in the history
  3. rephrase suggestions

    glemaitre committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a48487c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 8, 2024

  1. fix

    glemaitre committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    27515ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a87b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    811dec9 View commit details
    Browse the repository at this point in the history
  4. iter

    glemaitre committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c83b4e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Apply suggestions from code review

    Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
    glemaitre and jeremiedbb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d4e232f View commit details
    Browse the repository at this point in the history
  2. Update examples/model_selection/plot_tuned_decision_threshold.py

    Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
    glemaitre and jeremiedbb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    92f6e05 View commit details
    Browse the repository at this point in the history
  3. iter

    glemaitre committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1c5c3f4 View commit details
    Browse the repository at this point in the history
  4. iter

    glemaitre committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    94160ba View commit details
    Browse the repository at this point in the history
  5. other comment

    glemaitre committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    85c8484 View commit details
    Browse the repository at this point in the history
  6. addressed comments

    glemaitre committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4f86e9d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Apply suggestions from code review

    Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
    glemaitre and jeremiedbb committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d747098 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d0f418 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5671dd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f04085d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d179b5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c375f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66ba8da View commit details
    Browse the repository at this point in the history
  8. add required arguments

    glemaitre committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a6b19c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b3b99ff View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Update sklearn/model_selection/tests/test_classification_threshold.py

    Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
    glemaitre and jeremiedbb committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    dda0d2c View commit details
    Browse the repository at this point in the history
  2. Update sklearn/model_selection/tests/test_classification_threshold.py

    Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
    glemaitre and jeremiedbb committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    48e7829 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
    glemaitre and jeremiedbb committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    17839e8 View commit details
    Browse the repository at this point in the history
  4. remove duplicated check

    glemaitre committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3f02bc3 View commit details
    Browse the repository at this point in the history
  5. remove duplicated check

    glemaitre committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    553cfce View commit details
    Browse the repository at this point in the history
  6. check cv_results_ API

    glemaitre committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6ae6d27 View commit details
    Browse the repository at this point in the history
  7. clone classifier

    glemaitre committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d010096 View commit details
    Browse the repository at this point in the history
  8. TST better comments

    glemaitre committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8bb8ca6 View commit details
    Browse the repository at this point in the history
  9. iter

    glemaitre committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fd971c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    bf57dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0409932 View commit details
    Browse the repository at this point in the history
  3. iter

    glemaitre committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    66ea575 View commit details
    Browse the repository at this point in the history
  4. Update doc/modules/classes.rst

    Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
    glemaitre and jeremiedbb committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1c97dd4 View commit details
    Browse the repository at this point in the history
  5. Update sklearn/model_selection/_classification_threshold.py

    Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
    glemaitre and adrinjalali committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c8c1d0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a52bc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef668cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fdbf68e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c0c13d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f419371 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42eafe5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    581133f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f803d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb0defc View commit details
    Browse the repository at this point in the history
  4. fix typo in code

    glemaitre committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ffd5669 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18abafe View commit details
    Browse the repository at this point in the history
  6. improve narrative

    glemaitre committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ce9464c View commit details
    Browse the repository at this point in the history
  7. use grid-search

    glemaitre committed May 2, 2024
    Configuration menu
    Copy the full SHA
    89d67cf View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
    glemaitre and ogrisel committed May 2, 2024
    Configuration menu
    Copy the full SHA
    db3360b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    1789cc0 View commit details
    Browse the repository at this point in the history
  2. partial review

    glemaitre committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e7c31b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fd667c View commit details
    Browse the repository at this point in the history
  4. fix typo

    glemaitre committed May 3, 2024
    Configuration menu
    Copy the full SHA
    07e4387 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bd68e6 View commit details
    Browse the repository at this point in the history