Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created September 28, 2018 08:13
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 fitomad/4b4d58aa2cba450a92efeb32e8205beb to your computer and use it in GitHub Desktop.
Save fitomad/4b4d58aa2cba450a92efeb32e8205beb to your computer and use it in GitHub Desktop.
...
Confusion:
Columns:
True Label string
Predicted string
Count integer
Rows: 25
Data:
+----------------+----------------+----------------+
| True Label | Predicted | Count |
+----------------+----------------+----------------+
| 1 | 1 | 403 |
| 1 | 2 | 188 |
| 1 | 3 | 157 |
| 1 | 4 | 63 |
| 1 | 5 | 43 |
| 2 | 1 | 231 |
| 2 | 2 | 259 |
| 2 | 3 | 182 |
| 2 | 4 | 120 |
| 2 | 5 | 42 |
+----------------+----------------+----------------+
[25 rows x 3 columns]
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment