Skip to content

Instantly share code, notes, and snippets.

@purva91
Created September 11, 2019 10:44
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 purva91/a7a459e6ef029817b617eee1509ee7c8 to your computer and use it in GitHub Desktop.
Save purva91/a7a459e6ef029817b617eee1509ee7c8 to your computer and use it in GitHub Desktop.
# calculate precision-recall AUC
auc_prc = auc(recall, precision)
print(auc_prc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment