Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created May 5, 2020 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhishek-shrm/d85a09329646e475c1e0dcbdec1ad512 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/d85a09329646e475c1e0dcbdec1ad512 to your computer and use it in GitHub Desktop.
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