Google Cloud Professional Machine Learning Engineer — Question 194

You work for a retail company. You have created a Vertex AI forecast model that produces monthly item sales predictions. You want to quickly create a report that will help to explain how the model calculates the predictions. You have one month of recent actual sales data that was not included in the training dataset. How should you generate data for your report?

Answer options

Correct answer: B

Explanation

Option B is correct because generating feature attributions allows you to see the impact of each feature on the predictions, which is crucial for understanding the model's reasoning. Option A simply compares predictions without insights into their calculation, while option C involves counterfactuals that may complicate the analysis. Option D unnecessarily trains another model instead of leveraging the existing one, which is less efficient for understanding the current model's predictions.