Answers for "File "<ipython-input-4-8b53524ac5c9>", line 1, in <module> from sklearn.preprocessing import MinMaxScaler ModuleNotFoundError: No module named 'sklearn'"

2

ModuleNotFoundError: No module named 'sklearn'

#for python 1
pip install -U scikit-learn scipy matplotlib
#for python 3
pip3 install -U scikit-learn scipy matplotlib
Posted by: Guest on February-07-2020

Code answers related to "File "<ipython-input-4-8b53524ac5c9>", line 1, in <module> from sklearn.preprocessing import MinMaxScaler ModuleNotFoundError: No module named 'sklearn'"

Browse Popular Code Answers by Language