I\'m trying to do:
from sklearn.model_selection import cross_validate
as mentioned here. But get the error:
ImportError: cannot
On the latest stable version, 0.20.0, it is located underneath model_selection.
model_selection
from sklearn.model_selection import train_test_split
Refer Documentation