Reproducible or It Did Not Happen
Make any training run re-creatable by someone else, months later, without you in the room.
$72
this phase
- Open1.1
What MLOps Actually Owns
Free previewThe boundary: the engineering around a model, not the model, and who gets paged when it rots.
- 1.2
Tracking Runs in MLflow
Runs, params, metrics, artifacts, and the LoggedModel entity that ties code to a deployed thing.
- 1.3
Versioning Data, Not Copying It
DVC pointers, lakeFS branches, or an Iceberg snapshot ID: pick one, record it, stop duplicating.
- 1.4
The Reproducibility Tuple
Code SHA, data snapshot, config, environment digest, artifact digest, written to one manifest.
- 1.5
Environments That Rebuild
Lockfiles, container digests, and the CUDA mismatch that makes a rerun quietly different.