I am trying to import a sklearn function (fetch_openml) on Jupyter notebooks with the line:
from sklearn.datasets import fetch_openml
however, when running it I get the module not found error in the title.
I have installed the sklearn library with the following command prompt line: pip install sklearn
yet Jupyter still returns the same issue.