damast.integrations.tracking#
Backend-agnostic interface for reporting pipeline runs to an experiment tracker (e.g. MLflow, W&B): the “metadata contract” (units, value ranges, computed statistics) alongside per-step timing, for audit trails of scientific runs.
Functions
|
Flatten a MetaData contract into tracker-agnostic params/metrics/tags. |
|
Flatten DataProcessingPipeline.processing_stats into tracker-agnostic metrics. |
Classes
Minimal interface a pipeline run can be reported to. |