Skip to content

Instantly share code, notes, and snippets.

@siddharthganjoo
Created August 30, 2021 10:00
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 siddharthganjoo/69975cdb999a7994c590c5995f276fd3 to your computer and use it in GitHub Desktop.
Save siddharthganjoo/69975cdb999a7994c590c5995f276fd3 to your computer and use it in GitHub Desktop.
pred= model.predict(X_test)
predictions= np.argmax(pred, axis=1)
predictions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment