AWS Certified Machine Learning Engineer – Associate (MLA-C01) — Question 15

A company has deployed an XGBoost prediction model in production to predict if a customer is likely to cancel a subscription. The company uses Amazon SageMaker Model Monitor to detect deviations in the F1 score.
During a baseline analysis of model quality, the company recorded a threshold for the F1 score. After several months of no change, the model's F1 score decreases significantly.
What could be the reason for the reduced F1 score?

Answer options

Correct answer: A

Explanation

The correct answer is A, as concept drift refers to changes in the data distribution over time, which can lead to a decline in model performance. Options B, C, and D do not directly address the issue of changes in the underlying data distribution affecting the model's predictive capabilities.