Google Cloud Professional Machine Learning Engineer — Question 176

You have developed a BigQuery ML model that predicts customer chum, and deployed the model to Vertex AI Endpoints. You want to automate the retraining of your model by using minimal additional code when model feature values change. You also want to minimize the number of times that your model is retrained to reduce training costs. What should you do?

Answer options

Correct answer: C

Explanation

Option C is the correct choice because it involves setting up a Vertex AI Model Monitoring job that specifically tracks prediction drift, which is crucial for determining when retraining is necessary. The other options either focus on monitoring training/serving skew, which is less relevant for predicting customer churn, or do not adequately address the need for automated retraining based on feature value changes.