I am getting an error while using from sklearn.model_selection import KFold in my jupyter notebook.
The error says "No module named 'sklearn.model_selection'". When I printed
print(sklearn.__version__)
I got the version to be 0.17.1.
Can anyone help me understand what is the problem?