Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created September 28, 2018 08:09
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/6dcd8cc08baa6c615b3ebcd9c015a5e3 to your computer and use it in GitHub Desktop.
Save fitomad/6dcd8cc08baa6c615b3ebcd9c015a5e3 to your computer and use it in GitHub Desktop.
...
Precisión:
Columns:
actual_count integer
class string
missed_predicting_this integer
precision float
predicted_correctly integer
predicted_this_incorrectly integer
recall float
Rows: 5
Data:
+----------------+----------------+------------------------+----------------+---------------------+
| actual_count | class | missed_predicting_this | precision | predicted_correctly |
+----------------+----------------+------------------------+----------------+---------------------+
| 854 | 1 | 451 | 0.455882 | 403 |
| 834 | 2 | 575 | 0.320942 | 259 |
| 790 | 3 | 566 | 0.274174 | 224 |
| 847 | 4 | 555 | 0.359606 | 292 |
| 777 | 5 | 329 | 0.57289 | 448 |
+----------------+----------------+------------------------+----------------+---------------------+
+----------------------------+----------------+
| predicted_this_incorrectly | recall |
+----------------------------+----------------+
| 481 | 0.471897 |
| 548 | 0.310552 |
| 593 | 0.283544 |
| 520 | 0.344746 |
| 334 | 0.576577 |
+----------------------------+----------------+
[5 rows x 7 columns]
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment