f1Score property

double? f1Score
getter/setter pair

The F1 score is an average of recall and precision.

For multiclass this is a macro-averaged metric.

Implementation

core.double? f1Score;