Metrics fbeta - 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

FBeta

F1 with the balance turned by hand: how many times more a miss costs than a false alarm.

Members

Member What it does
FBeta.Score The weighted harmonic mean of precision and recall, beta being what recall is worth relative to
FBeta.PerClass F-beta for every class, in label order.