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.5 #461

Merged
merged 7 commits into from
Jun 8, 2024
Merged

Add support for scikit-learn 1.5 #461

merged 7 commits into from
Jun 8, 2024

Conversation

sebp
Copy link
Owner

@sebp sebp commented Jun 8, 2024

Checklist

  • pytest passes
  • tests are included
  • code is well formatted
  • documentation renders correctly

What does this implement/fix? Explain your changes
Adds support for scikit-learn 1.5, in addition to 1.4,

Copy link

codacy-production bot commented Jun 8, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (47ba0b1) 3526 3495 99.12%
Head commit (ce1f061) 3526 (+0) 3495 (+0) 99.12% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#461) 2 2 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences


🚀 Don’t miss a bit, follow what’s new on Codacy.

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Jun 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.15%. Comparing base (47ba0b1) to head (ce1f061).
Report is 32 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #461   +/-   ##
=======================================
  Coverage   98.15%   98.15%           
=======================================
  Files          37       37           
  Lines        3526     3526           
  Branches      539      539           
=======================================
  Hits         3461     3461           
  Misses         31       31           
  Partials       34       34           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sebp sebp merged commit bceb53e into master Jun 8, 2024
31 checks passed
@sebp sebp deleted the sklearn-1-5 branch June 8, 2024 11:46
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.

1 participant