How to explain Vertex AI forecast predictions?
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?
Community Votes
100% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The question tests knowledge of Vertex AI Explainable AI, specifically requiring feature attributions to interpret model behavior rather than just evaluating accuracy.
To explain how a Vertex AI forecast model calculates predictions, you should configure a batch prediction job to generate feature attributions. This approach identifies the contribution of each input feature to the model's output.
Selecting Option A is a common error because comparing predictions to actual sales data measures model accuracy, not the reasoning behind the prediction.
Community Discussion (4 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Option B is correct because Vertex AI provides Explainable AI features that allow you to generate feature attributions during a batch prediction job. These attributions quantify how much each input feature contributed to a specific prediction, directly satisfying the requirement to explain how the model calculates results.Why the Other Options Are Wrong
Option A focuses on evaluating model performance by comparing predictions against ground truth data, which does not explain the model's internal logic. Option C involves counterfactual examples, which are useful for hypothetical scenarios but are not the standard method for explaining specific predictions. Option D is inefficient as it requires retraining a new model and relies on ablation rather than direct attribution methods.Community Comment Notes
Community comments unanimously support Option B, noting that feature attributions provide the necessary insight into feature importance. Commenters emphasize that this data is crucial for demonstrating model reasoning to non-technical stakeholders and understanding how historical trends influence specific forecasts.Official Reference
Exam Strategy
When a question asks to explain "how" a model makes a prediction, look for options involving "feature attributions" or "Explainable AI" rather than options focused on accuracy metrics or retraining.
Related Analysis
Practice All PMLE Questions
Access 65 questions with complete answers and detailed explanations.
View Full PMLE Practice Test →