update circleci image and fix sklearn 1.2.0 release incurred errors - #575
Closed
solegalli wants to merge 19 commits into
Closed
update circleci image and fix sklearn 1.2.0 release incurred errors#575solegalli wants to merge 19 commits into
solegalli wants to merge 19 commits into
Conversation
Codecov Report
@@ Coverage Diff @@
## main #575 +/- ##
==========================================
+ Coverage 97.47% 97.49% +0.01%
==========================================
Files 90 91 +1
Lines 3492 3506 +14
Branches 687 688 +1
==========================================
+ Hits 3404 3418 +14
Misses 32 32
Partials 56 56
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
10 tasks
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #574
Massive update to the API at the back of sklearn release of version 1.2.0
Make sure these changes make transformers compatible with sklearn 1.2.0. In short, I need to understand how the set_output() method works from within a pipeline and gridsearch and see if I need to add it to all transformers, in which case, it would most likely be in the TransfomerMixin.
See: scikit-learn-contrib/imbalanced-learn@43dde5d