Skip to content

Instantly share code, notes, and snippets.

@douglaspsteen
Created September 5, 2020 19:11
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 douglaspsteen/2b21ba7c6e58c86da49a270f4fce8911 to your computer and use it in GitHub Desktop.
Save douglaspsteen/2b21ba7c6e58c86da49a270f4fce8911 to your computer and use it in GitHub Desktop.
# Get test accuracy score
from sklearn.metrics import accuracy_score
print(accuracy_score(y_test, y_hat_test))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment