Skip to content

Instantly share code, notes, and snippets.

@JohnDeJesus22
Last active July 18, 2020 22:49
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 JohnDeJesus22/4787dffdf1ee5a37b20b370d25d0706d to your computer and use it in GitHub Desktop.
Save JohnDeJesus22/4787dffdf1ee5a37b20b370d25d0706d to your computer and use it in GitHub Desktop.
specificity
numerator = cm[0, 0]
denominator = cm[0, 0] + cm[0, 1]
specificity = numerator/denominator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment