Skip to content

Instantly share code, notes, and snippets.

@roboreport
Created September 16, 2019 01:47
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 roboreport/db7de2c203fd556d28a841965e4d01ed to your computer and use it in GitHub Desktop.
Save roboreport/db7de2c203fd556d28a841965e4d01ed to your computer and use it in GitHub Desktop.
print(type(X_train))
X_train = X_train.values
print(type(X_train))
X_test= X_test.values
y_train = y_train.values
y_test = y_test.values
print(X_train.shape)
print(y_train.shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment