print the output with t_train.shape[1]
andt_test.shape[1]
StandardScaler
, . , ( , ..) . , t_train
, t_test
.
, :
ValueError: operands could not be broadcast together with shapes (40000,59) (119,) (40000,59)
, , t_train.shape[1]
- 59
t_test.shape[1]
- 119
.
, 59
119
.
StandardScaler
?