Google Cloud Professional Machine Learning Engineer — Question 154

You work for a magazine distributor and need to build a model that predicts which customers will renew their subscriptions for the upcoming year. Using your company’s historical data as your training set, you created a TensorFlow model and deployed it to Vertex AI. You need to determine which customer attribute has the most predictive power for each prediction served by the model. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because Vertex Explainable AI provides a method to obtain feature attributions, allowing you to see the impact of each attribute on the prediction through the Shapley method. Option A focuses on correlation but does not directly provide predictive power for individual predictions. Option C suggests using Lasso regression, which may not yield immediate insights on feature importance for each prediction. Option D analyzes model performance changes but does not specifically quantify individual feature contributions.