Macro-F1 Score is an evaluation metric that calculates the F1-score for each class independently and then averages them, giving equal weight to each class. It is particularly useful for assessing model performance on imbalanced datasets, as it prevents dominant classes from skewing the overall score.
Macro-F1 Score is a metric used to evaluate how well a machine learning model performs across different categories, especially when some categories have much less data than others. It calculates a performance score for each category separately and then averages them, ensuring that rare categories are not overlooked.
Macro F1, Macro-averaged F1, Macro-F1-score
Was this definition helpful?