Advanced
MLOps
Getting models out of notebooks and into production, then keeping them honest.
What you'll be able to do
- Make a training run reproducible months after the fact
- Serve a model behind an API with sane scaling and rollback
- Detect drift before a customer reports it
- Automate retraining without letting it run unsupervised
Modules
- 01The ML lifecycleWhy models rot, reproducibility, environment pinning, the notebook-to-production gap
- 02Data and feature managementData versioning with DVC, feature stores, training and serving skew
- 03Experiment trackingMLflow, run comparison, model registry, promotion between stages
- 04Packaging and servingModel containers, batch versus real-time inference, GPU scheduling, autoscaling
- 05OrchestrationKubeflow and Airflow pipelines, scheduling, retries, dependency management
- 06Monitoring in productionDrift detection, data quality checks, feedback loops, shadow deployment and rollback
Capstone
Take a model from a notebook to a versioned, monitored production service with automated retraining and a documented rollback path.