F-Score
Table of contents
Confusion matrix
Actual\Prediction | Positive | Negative |
---|---|---|
Positive | True Positive | False Negative |
Negative | False Positive | True Negative |
Precision and Recall
Precision
Also called the positive predict value (PPV),
Recall
Also called the sensitivity,
F1-score
An F-score is a measure of a binary classification’s accuracy.
There exists a general F-score of
However, the balanced F-score (or
Where
Always remeber that F1 score (and the whole TP, TN …) is dependent on which threshold was selected (by examining ROC, etc.).
Low F1 score does not represent the performance of the entire model, but the performance at a certain classification threshold.