Google Cloud Professional Machine Learning Engineer — Question 90

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 AI Platform. 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: C

Explanation

The correct answer is C because the AI Explanations feature on AI Platform provides insights into feature attributions using the sampled Shapley method, helping to identify the most impactful attributes. Options A and B are focused on different analysis techniques that do not provide direct insights for each prediction, while D assesses performance changes rather than determining specific feature attributions.