I want to import sklearn but there is no module apparently:
ModuleNotFoundError: No module named \'sklearn\'
I am using Anaconda and
If you are using Ubuntu 18.04 or higher with python3.xxx then try this command
$ sudo apt install python3-sklearn
then try your command. hope it will work