質問編集履歴
1
コードの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -214,7 +214,7 @@
|
|
214
214
|
test_b = model.predict(X_test_b, batch_size=1)
|
215
215
|
|
216
216
|
train = train.reshape((len(train),-1))
|
217
|
-
test_c =
|
217
|
+
test_c = test_c.reshape((len(X_test_c),-1))
|
218
218
|
test_b = test_b.reshape((len(X_test_b),-1))
|
219
219
|
|
220
220
|
#0-1変換
|