UtilsΒΆ
Utility modules provide enumeration types, evaluation metrics, and state logging functionality.
The alf_core.utils.enums module defines ProblemType for specifying regression or classification tasks.
The metrics module contains functions for computing regression accuracy, uncertainty
calibration, and classification metrics. The alf_core.utils.state_logger module provides classes for
logging and tracking the state of active learning tasks during execution.