What does CI/CD look like for ML?
medium- CI: on code and data changes, run unit tests, data validation (schema, ranges), training smoke tests, and model quality tests (evaluate on frozen validation set, check for regression).
- CD: package model artifact, register in the model registry, deploy to staging, run integration and load tests, then canary/shadow to production.
- Include DVC or MLflow for versioning of data and experiments.
#mlopsPermalink & quiz →