normalise
normalise copied to clipboard
Module not found 'sklearn.semi_supervised.label_propagation'
- Normalised was successfully installed using pip
- normalise function not recognized in the code
- I tried "Import normalise" , received the following error: 'sklearn.semi_supervised.label_propagation'. Installing this module : Could not find a version that satisfies the requirement sklearn.semi_supervised.label_propagation (from versions: none). Didn;t work even when sklearn downgraded to 0.20.3
Python 3.9.4 , pip 21.1.1
same here
Same problem. Has anyone found a solution?
Faced similar problem.
same here
Downgrade scikit-learn version to <= v0.22.1 to fix it.
scikit-learn 0.23.1 works for me