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

Test and Score: Adapt test to change in sklearn #6914

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Oct 15, 2024

Issue

Closes #6913.

Sklearn did it again.

Description of changes

Expect different result from sklearn >= 1.6.

It seems that we do not have to change anything else but this test? Behaviour of the Test and score widget seems to be the same as before.

Includes
  • Code changes
  • Tests
  • Documentation

Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.41%. Comparing base (9497b39) to head (f56a6a7).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6914      +/-   ##
==========================================
+ Coverage   88.40%   88.41%   +0.01%     
==========================================
  Files         326      326              
  Lines       71971    71971              
==========================================
+ Hits        63624    63633       +9     
+ Misses       8347     8338       -9     

@markotoplak markotoplak marked this pull request as draft October 25, 2024 13:30
@markotoplak
Copy link
Member

This should wait for scikit-learn/scikit-learn/pull/30103.

@janezd
Copy link
Contributor Author

janezd commented Nov 4, 2024

scikit-learn/scikit-learn#30103 has been merged, and this PR has been changed accordingly.

@janezd janezd marked this pull request as ready for review November 4, 2024 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken test due to a change in scikit-learn's AUC
2 participants