0

For some odd reason when I do “import sklearn” it says ModuleNotFound or something like that. Can anyone please help?

I tried going online and using bash to fix it but still didn’t work.

Anon
  • 11
  • 2
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Dec 02 '22 at 18:04

1 Answers1

1

open a shell in the workspace with ctrl-shift-s on mac command-shift-s command prompt and run this command, it will install scikit

pip install scikit-learn

Ghassen Sultana
  • 1,223
  • 7
  • 18