🔥 3-day streak
AWS Certified Machine Learning Engineer - Associate192 / 194
Question 192 of 194
A data scientist builds an XGBoost model to predict customer churn. During training, cross-validation reports 96% accuracy, but when the model is deployed and evaluated on genuinely new customers, accuracy drops to 71%. Investigation reveals that the training pipeline computed feature scaling statistics (mean and standard deviation) using the entire dataset before splitting into folds, and one input feature was derived from a value only known after churn occurs. What is the MOST likely root cause of the inflated cross-validation score?
Reviewed for accuracy · Report an issueNext question