F-Beta Score
- If precision and recall is equally important, then use
= 1 which becomes F1 Score - If False positive has more importance, then use
= - as that will make FN weight less on denominator and so FN weight more overall
- So if FN is big ->
will be small -> the will be big - But if FP is big -> the
will be small
- If False Negative has more importance, the use
> 1 - As that will make FN weight more on denominator and so FN weight less overall
- So if FN is big ->
will be bigger -> the will be small - But it FP is big -> the weight is smaller than
, so has less weight on