Experiment - Monitoring model performance
Problem:You have trained a classification model, but you do not have a system to track how well it performs over time on new data.
Current Metrics:Training accuracy: 92%, Validation accuracy: 88%, No monitoring in place.
Issue:Without monitoring, model performance may degrade unnoticed due to data changes or other factors.