Conversation
Codecov Report
@@ Coverage Diff @@
## main #4248 +/- ##
=======================================
+ Coverage 99.7% 99.7% +0.1%
=======================================
Files 349 349
Lines 38309 38320 +11
=======================================
+ Hits 38190 38201 +11
Misses 119 119
|
Contributor
Author
|
In further investigation of the imbalanced-learn error that caused its pinning, I found a workaround since the error is just in one of our tests. Pausing review on this PR until I can determine if this workaround allows me to unpin imbalanced-learn as well as upgrade scikit-learn instead of pinning it. |
Contributor
Author
|
Looks like this is blocked until conda-forge/sktime-feedstock#94 is merged |
No longer blocked :-) |
chukarsten
approved these changes
Jul 24, 2023
Contributor
chukarsten
left a comment
There was a problem hiding this comment.
Thanks for doing this!
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 #4247
** New and improved **
Upgrades to the most recent versions of scikit-learn and imbalanced-learn, plus updating sktime and vowpal-wabbit.
** Previous **
The newest version of scikit-learn is incompatible with the version of imbalanced-learn that we're pinned to. Unfortunately, imbalanced-learn must remain pinned due to lack of nullable type handling, so we can't upgrade scikit-learn. Once imbalanced-learn fixes their nullable type issues, we should be able to unpin both.
Nonetheless, this includes changes to Decision Tree and Extra Trees estimators to remove a deprecated "auto" argument that will be fully removed once we do upgrade to 1.3.0.