Modulenotfounderror No Module Named Sklearn

[Solved] Modulenotfounderror No Module Named Sklearn | Python - Code Explorer | yomemimo.com
Question : No module named 'sklearn'

Answered by : disturbed-deer

pip install scikit-learn

Source : | Last Update : Tue, 18 Feb 20

Question : ModuleNotFoundError: No module named 'sklearn'

Answered by : taylor-hawkes

#for python 1
pip install -U scikit-learn scipy matplotlib
#for python 3
pip3 install -U scikit-learn scipy matplotlib

Source : https://stackoverflow.com/questions/46113732/modulenotfounderror-no-module-named-sklearn/52521214 | Last Update : Fri, 14 Feb 20

Answers related to modulenotfounderror no module named sklearn

Code Explorer Popular Question For Python