MLOps (Machine Learning Operations) DevOps-जस्ता practices लाई ML मा लागू गर्छ — पूर्ण ML lifecycle (data, training, deployment, monitoring) लाई विश्वस्ततापूर्वक र ठूलो मापमा संचालन गर्दै। यो production मा ML को development र maintenance गर्दा आने अद्वितीय परिचालन चुनौतीहरू समाधान गर्छ।
ML lifecycle
ML projects involve a full lifecycle (not just training a model):
1. DATA → collect, clean, label, version data (data is foundational)
2. TRAINING → develop, train, and evaluate models (experimentation, tuning)
3. DEPLOYMENT → put the model into production (serving predictions/inference)
4. MONITORING → track performance in production; detect issues
5. MAINTENANCE → retrain/update models as data and performance change
→ an ongoing cycle, not a one-time effort
