Creates a code evaluator that computes the F1 score: the harmonic mean of
precision and recall.
Supports binary classification (via positiveLabel, or auto-detected when
labels are the numeric set {0, 1}) and multi-class classification (via
the average strategy).
Creates a code evaluator that computes the F1 score: the harmonic mean of precision and recall.
Supports binary classification (via
positiveLabel, or auto-detected when labels are the numeric set{0, 1}) and multi-class classification (via theaveragestrategy).