AWS Certified Machine Learning – Specialty — Question 187

A retail company uses a machine learning (ML) model for daily sales forecasting. The model has provided inaccurate results for the past 3 weeks. At the end of each day, an AWS Glue job consolidates the input data that is used for the forecasting with the actual daily sales data and the predictions of the model. The AWS Glue job stores the data in Amazon S3.

The company's ML team determines that the inaccuracies are occurring because of a change in the value distributions of the model features. The ML team must implement a solution that will detect when this type of change occurs in the future.

Which solution will meet these requirements with the LEAST amount of operational overhead?

Answer options

Correct answer: A

Explanation

Option A is correct because Amazon SageMaker Model Monitor is specifically designed to monitor model performance and detect data quality issues with minimal overhead. Options B and C, while related to monitoring, do not focus on data quality as effectively as option A. Option D lacks a direct approach to detecting changes in feature distributions, making it less suitable for the requirements.