Contents

MultiLabelClassificationMetrics.ThresholdSelectionStrategy.balancedPrecisionAndRecall

A confidence threshold strategy that balances precision and recall equivalently.

Declaration

case balancedPrecisionAndRecall

Discussion

Use this strategy to select a threshold for each label to maximize the f1-score.

See Also

Selection strategies