Skip to content

Instantly share code, notes, and snippets.

@sgsg704
Created November 26, 2021 07:27
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 sgsg704/889a4eea071a2c93f1e607bb573e6052 to your computer and use it in GitHub Desktop.
Save sgsg704/889a4eea071a2c93f1e607bb573e6052 to your computer and use it in GitHub Desktop.
scores = model.evaluate(valx, valy, verbose=0)
print("{}: {:.2f}%".format("accuracy", scores[1]*100))
model.summary()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment