Created
April 21, 2019 18:40
-
-
Save NMZivkovic/0d13e01c98fe5e550f4d7ff7e9472d45 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_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