Created
July 6, 2018 04:34
-
-
Save spicyramen/78e04c8cd43c7fae352a028315627b7f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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