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

A company deployed an ML model that uses the XGBoost algorithm to predict product failures. The model is hosted on an Amazon SageMaker endpoint and is trained on normal operating data. An AWS Lambda function provides the predictions to the company's application.

An ML engineer must implement a solution that uses incoming live data to detect decreased model accuracy over time.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C, as SageMaker Model Monitor is specifically designed to monitor model performance and detect drift by comparing live data against established baselines from training data. Option A, while useful for monitoring, does not directly analyze drift; B modifies the Lambda function but lacks the comprehensive analysis capability. Option D refers to SageMaker Debugger, which is not focused on detecting drift but rather on debugging models during training.