Overview - Model stages (staging, production, archived)
What is it?
Model stages are labels used to organize machine learning models based on their readiness and usage. Common stages include staging, production, and archived. Staging is for testing models before full use, production is for models actively serving predictions, and archived is for models no longer in use but kept for record or rollback. These stages help teams manage models safely and clearly.
Why it matters
Without model stages, teams risk using untested or outdated models, causing wrong predictions or system failures. Stages prevent confusion by clearly marking which model is ready for real use and which is still being tested or retired. This improves reliability, safety, and collaboration in machine learning projects.
Where it fits
Learners should first understand basic machine learning model lifecycle concepts and version control. After mastering model stages, they can explore automated deployment pipelines, monitoring, and rollback strategies. Model stages fit in the middle of the MLOps journey, bridging development and production.