質問編集履歴

1

Y = np.util.to_categoricalが消してありましたが、入力ミスです。

2020/10/29 04:32

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
  X_train, X_test, y_train, y_test = train_test_split(X, Y, test_size=0.1)
50
50
 
51
- #Y = np_utils.to_categorical(Y, num_classes)
51
+ Y = np_utils.to_categorical(Y, num_classes)
52
52
 
53
53
 
54
54