Weighted F1: Difference between revisions

Created page with "= Weighted F1 Score = The '''Weighted F1 Score''' is a metric used in multi-class classification to evaluate model performance by computing the F1 Score for each class and taking the average, weighted by the number of true instances for each class (i.e., the class "support"). It is especially useful when working with '''imbalanced datasets''', where some classes are more frequent than others. == Definition == :<math> \text{Weighted F1} = \sum_{i=1}^{C} w_i \cdot F1_i..."
 
Line 74: Line 74:


* [[F1 Score]]
* [[F1 Score]]
* [[Macro F1 Score]]
* [[Macro F1]]
* [[Micro F1 Score]]
* [[Micro F1 Score]]
* [[Precision]]
* [[Precision]]