You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "main.py", line 9, in
ImportError: cannot import name '_joblib_parallel_args' from 'sklearn.utils.fixes' (/azureml-envs/azureml_7e9749cc412d37eccb74a0bf3ca8abb2/lib/python3.8/site-packages/sklearn/utils/fixes.py)
Probably because imbalanced-learn has not been released yet, so it is not compatible with scikit-learn 1.1.0? See scikit-learn-contrib/imbalanced-learn#894 for more details.
Describe the bug
Hi community,
I was very excited after the get_features_names_out fixes in 1.1 and I wanted to incorporate changes in my training code according to that.
However now Im getting and error regarding joblib. Code to reproduce below:
Steps/Code to Reproduce
Expected Results
No error is thrown
Actual Results
Traceback (most recent call last):
File "main.py", line 9, in
ImportError: cannot import name '_joblib_parallel_args' from 'sklearn.utils.fixes' (/azureml-envs/azureml_7e9749cc412d37eccb74a0bf3ca8abb2/lib/python3.8/site-packages/sklearn/utils/fixes.py)
Versions
The text was updated successfully, but these errors were encountered: