Skip to content

Instantly share code, notes, and snippets.

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