Import sklearn doesn’t exist on my replit

432 views Asked by At

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.

1

There are 1 answers

5
Ghassen Sultana On BEST ANSWER

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