Open flying-sheep opened 6 days ago
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
Looks like estimator._get_tags might be an option? https://scikit-learn.org/stable/developers/develop.html#estimator-tags
estimator._get_tags
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