MetricSelection
- class MetricSelection(metric: str, prefix: str | None = None, maximize: bool = True)[source]
Bases:
objectThe selection of the metric to monitor.
Attributes Summary
whether to maximize or minimize the metric
the normalized metric name (as seen by the result tracker)
the metric prefix; if None, do not check prefix
Attributes Documentation