... from sklearn.model_selection import train_test_split X_new, X_test, Y_new, Y_test = train_test_split(X, Y, test_size = 0.1, random_state = 101) X_train, ...
確定! 回上一頁