Macro F1: Difference between revisions
Thakshashila (talk | contribs) Created page with "= Macro F1 Score = The '''Macro F1 Score''' is an evaluation metric used in multi-class classification tasks. It calculates the F1 Score independently for each class and then takes the average (unweighted) across all classes. Unlike the regular F1 Score, which is typically applied to binary classification, the Macro F1 is designed for problems involving more than two classes. == Definition == 1. Compute Precision and Recall for each class individually 2. Compute..." |
Thakshashila (talk | contribs) |
||
Line 63: | Line 63: | ||
* [[F1 Score]] | * [[F1 Score]] | ||
* [[Micro F1 | * [[Micro F1 ]] | ||
* [[Weighted F1 | * [[Weighted F1 ]] | ||
* [[Precision]] | * [[Precision]] | ||
* [[Recall]] | * [[Recall]] |