Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created May 5, 2020 08:57
print('Shape of X_train=>',X_train.shape)
print('Shape of X_test=>',X_test.shape)
print('Shape of Y_train=>',Y_train.shape)
print('Shape of Y_test=>',Y_test.shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment