threshold property
Threshold at which the metrics are computed.
For binary classification models this is the positive class threshold. For multi-class classfication models this is the confidence threshold.
Implementation
core.double? threshold;
Threshold at which the metrics are computed.
For binary classification models this is the positive class threshold. For multi-class classfication models this is the confidence threshold.
core.double? threshold;