Created
October 16, 2019 18:57
-
-
Save gonzaloruizdevilla/56a6daf8e6cc5c32d25b7b8001dc6523 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("X_train shape: {}".format(X_train.shape)) | |
print("y_train shape: {}".format(y_train.shape)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment