f1Score property
The F1 score is an average of recall and precision.
For multiclass this is a macro-averaged metric.
Implementation
core.double? f1Score;
The F1 score is an average of recall and precision.
For multiclass this is a macro-averaged metric.
core.double? f1Score;