Skip to content

Instantly share code, notes, and snippets.

@spicyramen
Created July 6, 2018 04:34
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 spicyramen/78e04c8cd43c7fae352a028315627b7f to your computer and use it in GitHub Desktop.
Save spicyramen/78e04c8cd43c7fae352a028315627b7f to your computer and use it in GitHub Desktop.
scores = model.evaluate(X, Y)
print("%s: %.2f%%" % (model.metrics_names[1], scores[1]*100))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment