Set of best practices for putting machine learning to production
Machine Learning projects has 3 main stages:
- Design where you decide if ML is the best solution for your problem or you can use sth simpler.
- Training
- train different models
- validating models accuracies
- choosing the best one
- Operate
- deployment
- monitoring
MLOps helps us on all those stages, from re-training the models with one click to deploying models automatically and monitoring the quality of this model.