Skip to content

Instantly share code, notes, and snippets.

@JohnDeJesus22
Created July 18, 2020 23:04
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/b2b9fcc833e4b12952df53308e9ce457 to your computer and use it in GitHub Desktop.
Save JohnDeJesus22/b2b9fcc833e4b12952df53308e9ce457 to your computer and use it in GitHub Desktop.
false omission rate
numerator = cm[1, 0]
denominator = cm[1, 0] + cm[0, 0]
false_omission_rate = numerator/denominator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment