Experiment - A/B testing models
Problem:You have two different machine learning models for predicting customer churn. You want to find out which model performs better on new data.
Current Metrics:Model A accuracy: 78%, Model B accuracy: 80%
Issue:It's unclear if Model B's higher accuracy is statistically significant or just due to chance. You need a method to compare models fairly.