from sklearn.model_selection import train_test_split ''' (1)random_state ... X_test, Y_train, Y_test = train_test_split(X, Y, test_size=0.30 ...
確定! 回上一頁