π F1 MacroΒΆ
metrics.f1_macro
Explanation about F1FastΒΆ
Computes F1 score across all classes.
Range: [0, 1] (higher is better) Balances precision and recall, giving equal weight to all classes.
Reference: https://en.wikipedia.org/wiki/F-score
Read more about catalog usage here.