Metrics precision - 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
Precision
Of everything the model flagged as a class, how much really belonged there — the metric for the cost of a false alarm.
Members
| Member | What it does |
|---|---|
Precision.Score |
True positives over everything predicted into the class, reduced to one number by average. |
Precision.PerClass |
Precision for every class, in label order. |