I want to import sklearn but there is no module apparently:
ModuleNotFoundError: No module named \'sklearn\'
I am using Anaconda and
I did the following:
import sys !{sys.executable} -m pip install sklearn