Skip to content

Instantly share code, notes, and snippets.

@sagarhowal
Created January 14, 2018 12:56
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 sagarhowal/bf51b9f3d975880727be3b38b533ce55 to your computer and use it in GitHub Desktop.
Save sagarhowal/bf51b9f3d975880727be3b38b533ce55 to your computer and use it in GitHub Desktop.
# Evaluate the model and save the results into a dictionary
metrics = model.evaluate(test)
print(metrics['accuracy'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment