Blame

1c3139 Lucas Gonthier 2026-06-30 12:04:21
Initial commit: course content (Machine Learning, MLOps) in EN and FR Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1
# Introduction
2
3
> Lesson 01 · MLOps
4
5
**Objectives**
6
- Understand what MLOps is and why models need more than good accuracy.
7
- Recognize how ML systems differ from traditional software.
8
- See the lifecycle the rest of the course builds on.
9
10
## What is MLOps?
11
12
MLOps applies engineering and operations practices to the machine learning lifecycle so models
13
can be built, shipped, and maintained reliably and repeatably.
14
15
## Why it matters
16
17
A model that works in a notebook is not a product. Production adds data drift, reproducibility,
18
deployment, scaling, and monitoring concerns that the modelling step alone does not address.
19
20
## The ML lifecycle
21
22
1. Data collection and versioning.
23
2. Experimentation and tracking.
24
3. Training pipelines and automation.
25
4. Deployment.
26
5. Monitoring and feedback.
27
28
---
29
Next: The ML Lifecycle *(planned)* · [Course overview](/en/MLOps)