Class ConfidenceMetricsEntry (2.5.2)

ConfidenceMetricsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metrics for a single confidence threshold.

Attributes

NameDescription
confidence_threshold float
Output only. The confidence threshold value used to compute the metrics. Only annotations with score of at least this threshold are considered to be ones the model would return.
recall float
Output only. Recall under the given confidence threshold.
precision float
Output only. Precision under the given confidence threshold.
f1_score float
Output only. The harmonic mean of recall and precision.