I started working on sklearn recently, i executed a command:
from sklearn.datasets import fetch_openml
it gave an error as:
File "/usr/lib/python3/dist-packages/sklearn/externals/joblib.py", line 1 import imp DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses"
Now i have no clue what to do next.. every other library like matplotlib and pandas are working just fine othr than sklearn. any help would be much appreciated