Class ConfidenceMetricsEntry (2.4.2)

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

Metrics for a single confidence threshold. .. attribute:: confidence_threshold

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.

:type: float

Attributes

NameDescription
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.