class monad.ui.config.MetricMonitoringMode
monad.ui.config.MetricMonitoringModeDefines how a metric should be interpreted during model evaluation or optimization — specifically, whether higher or lower values indicate better performance.
from monad.ui.config import MetricMonitoringMode
MetricMonitoringMode.MAX| Enum Members |
|---|
MIN
Indicates that lower values of the metric are better.
MAX
Indicates that higher values of the metric are better.
