-
Notifications
You must be signed in to change notification settings - Fork 42
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
permutation Importance warning scikit 0.25 #12
Comments
Same! Would love to see this fixed before it breaks. |
Looks like this has been fixed in the latest |
Still looks the same as before to me. The pypi version is still the old one too. |
cv = check_cv(self.cv, y, classifier=is_classifier(self.estimator)) seems to be the culprit in the permutation_importance.py function. |
cv = check_cv(self.cv, y, is_classifier(self.estimator)) Is the error message with scikit-learn 1.0.2 |
When running permutation Importance I get the following warning:
C:\Users\Thomas Wolf\anaconda3\lib\site-packages\sklearn\utils\validation.py:70: FutureWarning: Pass classifier=False as keyword args. From version 0.25 passing these as positional arguments will result in an error
FutureWarning)
C:\Users\Thomas Wolf\anaconda3\lib\site-packages\sklearn\utils\validation.py:70: FutureWarning: Pass classifier=False as keyword args. From version 0.25 passing these as positional arguments will result in an error
FutureWarning)
The text was updated successfully, but these errors were encountered: