摘要: 分离训练集测试集 from sklearn.model_selection import train_test_split eg: X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.33, random_sta 阅读全文
posted @ 2020-10-13 17:14 不知天高地厚的小可爱 阅读(842) 评论(0) 推荐(0)
1