Concept

F-Measure

F-Measure is a metric that incorporates aspects of both precision and recall, defined as: Fβ=(β2+1)PRβ2P+RF_\beta = \frac{(\beta^2 + 1)PR}{\beta^2P + R} The β\beta parameter differentially weights the importance of recall RR and precision PP, based perhaps on the needs of an application. Values of β>1\beta > 1 favor recall, while values of β<1\beta < 1 favor precision. When β=1\beta = 1, the measure is simply the F-1 score, where precision and recall are equally balanced.

0

0

Updated 2021-10-24

Tags

Data Science