Experiment - Model drift detection
Problem:You have a classification model trained on old data. Over time, the data changes and the model's predictions become less accurate. This is called model drift. You want to detect when the model drift happens.
Current Metrics:Initial model accuracy on old data: 90%. Accuracy on new data: 70%. No drift detection implemented.
Issue:The model performs well on old data but poorly on new data. There is no system to detect when the model's performance drops due to data changes.