Skip to content
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

Compatibility with scikit-learn 1.6 #1002

Open
flying-sheep opened this issue Nov 19, 2024 · 1 comment
Open

Compatibility with scikit-learn 1.6 #1002

flying-sheep opened this issue Nov 19, 2024 · 1 comment

Comments

@flying-sheep
Copy link

Describe the issue:
dask_ml.model_selection imports the private function _safe_tags from the private module 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

@TomAugspurger
Copy link
Member

Looks like estimator._get_tags might be an option? https://scikit-learn.org/stable/developers/develop.html#estimator-tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants