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

FutureWarning re: sklearn.semi_supervised.label_propagation #119

Open
bbookman opened this issue Dec 18, 2019 · 2 comments
Open

FutureWarning re: sklearn.semi_supervised.label_propagation #119

bbookman opened this issue Dec 18, 2019 · 2 comments

Comments

@bbookman
Copy link

FutureWarning: The sklearn.semi_supervised.label_propagation module is deprecated in version 0.22 and will be removed in version 0.24. The corresponding classes / functions should instead be imported from sklearn.semi_supervised. Anything that cannot be imported from sklearn.semi_supervised is now part of the private API.

@dimaelzein
Copy link

Hello, I uninstalled my current scikit-learn verion and installed the v0.23.1
Yet, I sill have the following error "No module named 'sklearn.semi_supervised.label_propagation' "
Any idea what might be the problem?

@ntdat017
Copy link

ntdat017 commented Aug 4, 2021

I found that new update the v0.23.1 will raise the error. You need downgrade scikit-learn versiont to <= v0.22.1 to fix it.

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

3 participants