Definition
MLOps is the set of practices that applies DevOps principles to machine learning, automating and standardising the lifecycle of building, deploying, monitoring, and retraining models so that ML systems are reliable, reproducible, and maintainable in production.
« Back to Glossary Index
- Automates the path from model development to reliable production deployment
- Makes ML reproducible through versioned data, code, and models
- Enables continuous monitoring and retraining as data and performance change
- Bridges data science and operations for maintainable ML systems