Skip to content

Commit 47a789d

Browse files
authored
Fix links in Table of Contents for MLOps phases
1 parent 3694eb1 commit 47a789d

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,18 @@ Last updated: 2026-04-08
2828

2929
- [What is MLOps?](#what-is-mlops)
3030
- [MLOps Maturity Levels](#mlops-maturity-levels)
31-
- [Phase 1: Problem Definition & Business Understanding](#phase-1--problem-definition--business-understanding)
32-
- [Phase 2: Data Management & Preparation](#phase-2--data-management--preparation)
33-
- [Phase 3: Model Development & Experimentation](#phase-3--model-development--experimentation)
34-
- [Phase 4: Model Training at Scale](#phase-4--model-training-at-scale)
35-
- [Phase 5: Model Evaluation & Validation](#phase-5--model-evaluation--validation)
36-
- [Phase 6: Model Deployment & Serving](#phase-6--model-deployment--serving)
37-
- [Phase 7: Monitoring & Observability](#phase-7--monitoring--observability)
38-
- [Phase 8: Retraining & Continuous Improvement](#phase-8--retraining--continuous-improvement)
31+
- [Phase 1: Problem Definition & Business Understanding](#phase-1-problem-definition--business-understanding)
32+
- [Phase 2: Data Management & Preparation](#phase-2-data-management--preparation)
33+
- [Phase 3: Model Development & Experimentation](#phase-3-model-development--experimentation)
34+
- [Phase 4: Model Training at Scale](#phase-4-model-training-at-scale)
35+
- [Phase 5: Model Evaluation & Validation](#phase-5-model-evaluation--validation)
36+
- [Phase 6: Model Deployment & Serving](#phase-6-model-deployment--serving)
37+
- [Phase 7: Monitoring & Observability](#phase-7-monitoring--observability)
38+
- [Phase 8: Retraining & Continuous Improvement](#phase-8-retraining--continuous-improvement)
3939
- [Cross-Cutting Concerns](#cross-cutting-concerns)
4040
- [Infrastructure as Code](#infrastructure-as-code)
4141

4242
</details>
43-
44-
4543
## What is MLOps?
4644

4745
> MLOps (Machine Learning Operations) is a set of practices that combines **Machine Learning**, **DevOps**, and **Data Engineering** to reliably and efficiently deploy and maintain ML models in production. It is the discipline of applying DevOps principles (automation, CI/CD, versioning, monitoring, etc) to the full ML lifecycle.

0 commit comments

Comments
 (0)