Beginner here.
I’m trying to use sklearn in pycharm. When importing sklearn I get an error that reads “Import error: No module nam
sklearn
pycharm
go to terminal- type python -m pip install scikit-learn then hit enter. give it some seconds. It will be done. Sample Image
python -m pip install scikit-learn