Skip to content

tracking_config

orchard.core.config.tracking_config

Tracking Configuration.

Pydantic sub-config for experiment tracking settings (MLflow).

TrackingConfig

Bases: BaseModel

Configuration for MLflow experiment tracking.

Controls whether MLflow logging is active and under which experiment name runs are grouped. When present in the YAML config, tracking is enabled by default.

Attributes:

Name Type Description
enabled bool

Whether to activate MLflow logging for this run.

experiment_name str

MLflow experiment name (groups related runs).