macroaveraged
Macroaveraged refers to a method of computing evaluation metrics by first calculating them for each class separately and then averaging the results across all classes. In classification, macro averaging is often applied to precision, recall, and F1 score. The macroaveraged metric treats every class equally, regardless of how many instances belong to each class.
Calculation typically involves C classes. For each class c, compute the per-class metric p_c (precision), r_c
Macro averaging contrasts with micro averaging, which aggregates true positives, false positives, and false negatives across
Macroaveraged metrics are commonly used in multiclass and multi-label evaluation, especially when balanced performance across all