Question 190 of 280
Single answerYou 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?
ACreate a batch prediction job by using the actual sales data. Compare the predictions to the actuals in the report.
✓BCreate a batch prediction job by using the actual sales data, and configure the job settings to generate feature attributions. Compare the results in the report.
CGenerate counterfactual examples by using the actual sales data. Create a batch prediction job using the actual sales data and the counterfactual examples. Compare the results in the report.
DTrain another model by using the same training dataset as the original, and exclude some columns. Using the actual sales data create one batch prediction job by using the new model and another one with the original model. Compare the two sets of predictions in the report.
✓
Correct Answer: B
Create a batch prediction job by using the actual sales data, and configure the job settings to generate feature attributions. Compare the results in the report.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.