Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created April 21, 2019 18:40
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 NMZivkovic/0d13e01c98fe5e550f4d7ff7e9472d45 to your computer and use it in GitHub Desktop.
Save NMZivkovic/0d13e01c98fe5e550f4d7ff7e9472d45 to your computer and use it in GitHub Desktop.
scores = model.evaluate(X_test, y_test)
print("\nAccuracy: %.2f%%" % (scores[1]*100))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment