F1ScoreMacro
Bases: Metric
Source code in metrics_toolbox/metrics/classification/f1_score_macro.py
__init__()
compute(y_true, y_pred, column_names=None)
Compute F1 score for label classification.
| Parameters: |
|
|---|
| Returns: |
|
|---|