Published
- 1 min read
from sklearn.cross_validation import train_test_split error
The solution for this is noted below
from sklearn.cross_validation import train_test_split error
Solution
from sklearn.model_selection import train_test_split
Try other methods by searching on the site. That is if this doesn’t work