-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[BUG] _joblib_parallel_args removed in latest scikit-learn dev build #894
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
Comments
Thanks for reporting. This PR bumbed the version of |
We should merge the fix just after |
What can we do in the meantime? |
Just do not update yet. I will make a release in the weekend as scikit-learn has been released today. |
Any update? This seems to be broken now :/ |
This will not solve the issue. You just need to wait for the release. |
This has been fixed in master and the release is already on PyPI and soon in conda-forge. |
Is there a way to still have imblearn be compatible with sklearn 1.0.2? |
You can install pin to the 0.9.0 version. There is no difference in the features available. |
Hi, is there any update on this issue? I need to use the |
The last version of |
[Solution] I've been facing This was my code for reference:
Package Versions: sckit-learn v0.9.0 and scikit-learn v1.1.2 Strange solution that worked: |
Describe the bug
Unable to import SMOTE using scikit-learn nightly
Steps/Code to Reproduce
Expected Results
No error is thrown.
Actual Results
Versions
imbalanced-learn==0.9.0
The text was updated successfully, but these errors were encountered: