X_train_t = X_train.reshape(X_train.shape[0], 12, 1) | |
X_test_t = X_test.reshape(X_test.shape[0], 12, 1) | |
print("최종 DATA") | |
print(X_train_t.shape) | |
print(X_train_t) | |
print(y_train) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment