質問編集履歴

1

コードの修正

2020/07/20 05:48

投稿

maguro2020
maguro2020

スコア34

test CHANGED
File without changes
test CHANGED
@@ -430,7 +430,7 @@
430
430
 
431
431
  train = train.reshape((len(train),-1))
432
432
 
433
- test_c = test_s.reshape((len(X_test_c),-1))
433
+ test_c = test_c.reshape((len(X_test_c),-1))
434
434
 
435
435
  test_b = test_b.reshape((len(X_test_b),-1))
436
436