No module named 'sklearn.cross_validation'


cross_validation 里面的函数都放在 model_selection 里面

from sklearn.model_selection import train_test_split

相关