Metrics 0.2.0 precision - CyrilB1531/lodestar GitHub Wiki

Lodestar.Metrics 0.2.0. This page is frozen at that release. Read the current documentation for what main says now. A link to a decision or a migration page follows main, and leaves the archive.

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.