質問編集履歴

1

誤字

2020/04/19 04:07

投稿

1mzmk
1mzmk

スコア42

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
 
21
- X_train,X_test,Y_train, Y_test=train_test_split(X, Y, stratify=Y, random_state = 0 )
21
+ X_train,X_test,y_train, y_test=train_test_split(X, y, stratify=y, random_state = 0 )
22
22
 
23
23
 
24
24