32
loading...
This website collects cookies to deliver better user experience
Data drift can happen when there is a change in data distribution from the data that the model trained on and depending on that change or that new patterns there will be
decreasing of model accuracy and performance
another type of drift is concept drift that when the relationship between features and y the label is changed
Continuous Integration (CI): extend the testing and validating code and components and add testing and validating data, data schemas, and models.
Continuous Delivery (CD): extending the service packaging and adding an ML training pipeline that should automatically deploy another service called model prediction service.
Continuous Training (CT): automatically retrains ML models for re-deployment (unique to ML systems property).put in mind that re-training triggers happen for reasons and are not 100% automatic and in many cases need a human in the loop for the decision of such triggers so it case-based approach but you must have a ready training pipeline with triggers
Continuous Monitoring (CM) monitoring production data and model performance in terms of business metrics.