MLOps (Machine Learning Operations) என்பது ML-க்கு DevOps போன்ற நடைமுறைகளைப் பயன்படுத்தி — முழு ML lifecycle (தரவு, பயிற்சி,배포, கண்காணிப்பு) நির்ভরத்தன்மையுடன் மற்றும் பெரிய அளவில் நிர்வகிக்கிறது. இது உற்பத்தியில் ML ஐ நிறுவுதல் மற்றும் பராமரிப்பதற்கான தனித்துவமான செயல்பாட்டு சவால்களைக் குறிப்பிடுகிறது.
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
