|
| 1 | +--- |
| 2 | +title: "Curriculum" |
| 3 | +layout: default |
| 4 | +nav_order: 3 |
| 5 | +parent: MLOps Zoomcamp |
| 6 | +has_children: false |
| 7 | +--- |
| 8 | + |
| 9 | +# Curriculum |
| 10 | + |
| 11 | +The MLOps Zoomcamp covers six main modules plus a final project. Each module has video lectures, hands-on material, and a homework assignment. |
| 12 | + |
| 13 | +For the canonical curriculum (videos, code, exact homework questions), see the [GitHub repository](https://github.com/DataTalksClub/mlops-zoomcamp). |
| 14 | + |
| 15 | +## Modules |
| 16 | + |
| 17 | +[Module 1: Introduction](https://github.com/DataTalksClub/mlops-zoomcamp/tree/main/01-intro) |
| 18 | + |
| 19 | +- What is MLOps and why it matters. |
| 20 | +- MLOps maturity model. |
| 21 | +- The NY Taxi dataset used as the running example. |
| 22 | +- Course structure and environment setup. |
| 23 | + |
| 24 | +[Module 2: Experiment Tracking & Model Management](https://github.com/DataTalksClub/mlops-zoomcamp/tree/main/02-experiment-tracking) |
| 25 | + |
| 26 | +- Experiment tracking with MLflow. |
| 27 | +- Saving and loading models. |
| 28 | +- The model registry. |
| 29 | + |
| 30 | +[Module 3: Orchestration & ML Pipelines](https://github.com/DataTalksClub/mlops-zoomcamp/tree/main/03-orchestration) |
| 31 | + |
| 32 | +- Turning notebooks into orchestrated ML pipelines. |
| 33 | +- Workflow orchestration. |
| 34 | + |
| 35 | +[Module 4: Model Deployment](https://github.com/DataTalksClub/mlops-zoomcamp/tree/main/04-deployment) |
| 36 | + |
| 37 | +- Online vs. offline deployment. |
| 38 | +- Web service deployment with Flask. |
| 39 | +- Streaming deployment with AWS Kinesis and Lambda. |
| 40 | +- Batch scoring for offline processing. |
| 41 | + |
| 42 | +[Module 5: Model Monitoring](https://github.com/DataTalksClub/mlops-zoomcamp/tree/main/05-monitoring) |
| 43 | + |
| 44 | +- Monitoring ML services. |
| 45 | +- Web service monitoring with Prometheus, Evidently, and Grafana. |
| 46 | +- Batch job monitoring with Prefect, MongoDB, and Evidently. |
| 47 | + |
| 48 | +[Module 6: Best Practices](https://github.com/DataTalksClub/mlops-zoomcamp/tree/main/06-best-practices) |
| 49 | + |
| 50 | +- Unit and integration testing. |
| 51 | +- Linting, formatting, and pre-commit hooks. |
| 52 | +- CI/CD with GitHub Actions. |
| 53 | +- Infrastructure as Code with Terraform. |
| 54 | + |
| 55 | +[Final Project](https://github.com/DataTalksClub/mlops-zoomcamp/tree/main/07-project) |
| 56 | + |
| 57 | +- An end-to-end project that integrates experiment tracking, orchestration, deployment, and monitoring. |
| 58 | + |
| 59 | +## Homework and project |
| 60 | + |
| 61 | +Each module has a homework assignment. To earn the certificate, you also complete the final project during a live cohort. See [Project]({{ '/courses/mlops-zoomcamp/project/' | relative_url }}) for details. |
0 commit comments