Metrics recall - 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.

HomeMetricsClassification metrics

Recall

Of everything that belonged to a class, how much the model found — the metric for the cost of a miss.

Members

Member What it does
Recall.Score True positives over the true size of the class, reduced to one number by average.
Recall.PerClass Recall for every class, in label order.