cannot import name 'test_train_split' from 'sklearn.model_selection

前端 未结 0 1029
情深已故
情深已故 2020-11-27 02:19

from sklearn.model_selection import test_train_split X_train, X_test, y_train, y_test = test_train_split(X, y, test_size = 0.2, randon_state = 0)

while running this t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题