I tried to import sklearn.model_selectionwith Jupiter Notebook in anaconda environment using python 3.5. But I was first warned that I did not have a module "model_selection". So I did conda update scikit-learn.
After that I received a message ImportError: cannot import name 'logsumexp'when importing sklearn.model_selection.
I reinstalled sklearnand scipy, but still got the same error message. May I consult?
Thank!
source
share