AWS Certified Machine Learning – Specialty — Question 180

A retail company uses a machine learning (ML) model for daily sales forecasting. The company's brand manager reports that 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 is using an Amazon SageMaker Studio notebook to gain an understanding about the source of the model's inaccuracies.
What should the ML team do on the SageMaker Studio notebook to visualize the model's degradation MOST accurately?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating a line chart of the weekly mean absolute error (MAE) allows for a clear visualization of the model's performance over time, highlighting any degradation. The other options focus on sales data or error histograms, which do not directly convey the model's overall error trend as effectively as the MAE line chart does.