Blame
|
1 | # Introduction |
||||||
| 2 | ||||||||
| 3 | > Lesson 01 · MLOps |
|||||||
| 4 | ||||||||
| 5 | ## What is MLOps? |
|||||||
| 6 | ||||||||
| 7 | MLOps applies engineering and operations practices to the machine learning lifecycle so models |
|||||||
| 8 | can be built, shipped, and maintained reliably and repeatably. |
|||||||
| 9 | ||||||||
| 10 | ## Why it matters |
|||||||
| 11 | ||||||||
| 12 | A model that works in a notebook is not a product. Production adds data drift, reproducibility, |
|||||||
| 13 | deployment, scaling, and monitoring concerns that the modelling step alone does not address. |
|||||||
| 14 | ||||||||
| 15 | ## The ML lifecycle |
|||||||
| 16 | ||||||||
| 17 | 1. Data collection and versioning. |
|||||||
| 18 | 2. Experimentation and tracking. |
|||||||
| 19 | 3. Training pipelines and automation. |
|||||||
| 20 | 4. Deployment. |
|||||||
| 21 | 5. Monitoring and feedback. |
|||||||
| 22 | ||||||||
| 23 | --- |
|||||||
| 24 | Next: The ML Lifecycle *(planned)* · [Course overview](/en/MLOps) |
|||||||
