We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the issue: dask_ml.model_selection imports the private function _safe_tags from the private module sklearn.utils._tags.
dask_ml.model_selection
_safe_tags
sklearn.utils._tags
That no longer works in scikit-learn 1.6.0rc1
Minimal Complete Verifiable Example:
import dask_ml.model_selection
Anything else we need to know?: no
Environment: irrelevant
The text was updated successfully, but these errors were encountered:
Looks like estimator._get_tags might be an option? https://scikit-learn.org/stable/developers/develop.html#estimator-tags
estimator._get_tags
Sorry, something went wrong.
No branches or pull requests
Describe the issue:
dask_ml.model_selection
imports the private function_safe_tags
from the private modulesklearn.utils._tags
.That no longer works in scikit-learn 1.6.0rc1
Minimal Complete Verifiable Example:
Anything else we need to know?: no
Environment: irrelevant
The text was updated successfully, but these errors were encountered: