normalise icon indicating copy to clipboard operation
normalise copied to clipboard

Module not found 'sklearn.semi_supervised.label_propagation'

Open dimaelzein opened this issue 3 years ago • 6 comments

  • 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

dimaelzein avatar May 08 '21 09:05 dimaelzein

same here

dophist avatar May 08 '21 10:05 dophist

Same problem. Has anyone found a solution?

damorosodaragona avatar May 19 '21 16:05 damorosodaragona

Faced similar problem.

Techseeker-404 avatar May 26 '21 06:05 Techseeker-404

same here

sylzys avatar Jul 08 '21 10:07 sylzys

Downgrade scikit-learn version to <= v0.22.1 to fix it.

ntdat017 avatar Aug 04 '21 10:08 ntdat017

scikit-learn 0.23.1 works for me

HanyinWang avatar Oct 08 '21 05:10 HanyinWang