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

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.