Introduction
Prediction distribution monitoring helps you watch how the results from your machine learning model change over time. It solves the problem of models becoming less accurate because the data they see in real life changes from what they were trained on.
When you want to check if your model's predictions are drifting away from what it learned during training
When you deploy a model and want to ensure it keeps making reliable predictions over weeks or months
When you want to detect sudden changes in the type of data your model is seeing, which might mean a problem
When you want to compare the distribution of new predictions to the original training predictions
When you want to alert your team if the model's prediction patterns change significantly