I am having a problem with this code. I am using Jupytor notebook and my code is as follows:
from sklearn.preprocessing import MinMaxScaler
Error I am having is:
ModuleNotFoundError: No module named 'sklearn'
I have tried using the following line of codes in order to import sklearn but it's still giving me the same error:
- pip install -U scikit-learn
- pip3 install sklearn
- pip install sklearn
Can anyone please help me out with this? I have tried every possible thing in my jupyter notebook still I couldn't resolve my error