Metrics classificationreport - CyrilB1531/lodestar GitHub Wiki
Development build. This page describes
main, not a released package. The latest published Lodestar.Metrics is 0.3.0 — read its documentation.
Home › Metrics › Classification metrics
ClassificationReport
The table people actually paste into a pull request: precision, recall, F1 and support, per class, plus the averages — available both as objects and as scikit-learn's own text, character for character.
Members
| Member | What it does |
|---|---|
ClassificationReport.Compute |
Builds the report: one row per class, the accuracy, and two or three averaged rows. |
ClassificationReport.ToText |
Renders the table the way sklearn.metrics.classification_report prints it, to the character. |
ClassificationReport.ToString |
The two-digit table, so that printing a report does something useful. |