Skip to content

Instantly share code, notes, and snippets.

@shedoesdatascience
Created October 5, 2020 05:06
Show Gist options
  • Save shedoesdatascience/1b7db0fb93edb5a24ebf5a1cfc8a4d7c to your computer and use it in GitHub Desktop.
Save shedoesdatascience/1b7db0fb93edb5a24ebf5a1cfc8a4d7c to your computer and use it in GitHub Desktop.
confusion_matrix2
+------------+----------------+----------------+
| | | |
+------------+----------------+----------------+
| | 1 (Predicted) | 0 (Predicted) |
| 1 (Actual) | True Positive | False Negative |
| 0 (Actual) | False Positive | True Negative |
+------------+----------------+----------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment