MLOps Concepts
Folkert Stijnman
ML Engineer
Statistical monitoring: focuses on the input and output data, including predictions
Examples: customer X has a 72% probability of churning, customer Y has a 31% probability of not churning
Computational monitoring: focuses on technical metrics
Examples: server CPU usage, number of incoming requests, number of predictions, downtime of server
Feedback loop: the process through which the ground truth is used to improve the machine learning model
MLOps Concepts