Class TopkMetrics (0.12.0)

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

Stores the metric values at specific top-k levels.

Attributes

Name Description
top_1 float
The top-1 value.
top_3 float
The top-3 value.
top_5 float
The top-5 value.
top_10 float
The top-10 value.