Macro-F1 Score is a metric that computes the F1 score for each class and then takes the unweighted average of these scores. It is commonly used in multi-class classification problems, especially when dealing with datasets where class frequencies vary significantly.
Macro-F1 Score is a metric used to evaluate the performance of classification models, particularly in imbalanced datasets. It calculates the F1 score for each class independently and then averages these scores, giving equal weight to each class. This makes it a robust measure when class distribution is uneven, unlike micro-averaged metrics which can be dominated by the majority class.
| Alternative | Difference | Papers (with Macro-F1 Score) | Avg viability |
|---|---|---|---|
| Encoder | — | 1 | — |