Skip to content

Instantly share code, notes, and snippets.

@mohdsanadzakirizvi
Created September 23, 2019 18:06
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 mohdsanadzakirizvi/103f84460b36d68178c52e3c917123c8 to your computer and use it in GitHub Desktop.
Save mohdsanadzakirizvi/103f84460b36d68178c52e3c917123c8 to your computer and use it in GitHub Desktop.
from sklearn.metrics import accuracy_score
print(accuracy_score(y_val, pred_bert))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment