Skip to content

Instantly share code, notes, and snippets.

@AyishaR
Created January 22, 2021 16:42
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 AyishaR/245e640ad6f53e240198063de8670260 to your computer and use it in GitHub Desktop.
Save AyishaR/245e640ad6f53e240198063de8670260 to your computer and use it in GitHub Desktop.
Xtrain = train_tf.toarray()
ytrain = train_df['Category']
Xval = val_tf.toarray()
yval = val_df['Category']
ytest = test_df['Category']
Xtest = test_tf.toarray()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment