I am setting up a Machine Learning model using Linear Regression however trying to run
from sklearn.model_selection import train_test_split
throws below exception:
ImportError: cannot import name '_argmax' from 'sklearn.utils.fixes'
I am working with PyCharm (Jupyter notebook) and also tried restarting kernel.
However, when I try to run code from Pycharm in a Python file it works.