Is a common metric in classification.
Fails when classes are high imbalanced. For these cases f1-score is more appropriate
where
- is the number of observations;
- is the indicator function
- is the predicted value
- is the observed value
Search
Apr 23, 20241 min read
Is a common metric in classification.
Fails when classes are high imbalanced. For these cases f1-score is more appropriate
A=n1i=1∑n1(y^i=yi),where