Google Cloud Professional Machine Learning Engineer — Question 238

You are developing an ML model that predicts the cost of used automobiles based on data such as location, condition, model type, color, and engine/battery efficiency. The data is updated every night. Car dealerships will use the model to determine appropriate car prices. You created a Vertex AI pipeline that reads the data splits the data into training/evaluation/test sets performs feature engineering trains the model by using the training dataset and validates the model by using the evaluation dataset. You need to configure a retraining workflow that minimizes cost. What should you do?

Answer options

Correct answer: D

Explanation

Option D is correct because it ensures that the model is only redeployed when there is a measurable improvement in performance and includes monitoring to maintain the quality of the model. Options A and C do not incorporate model monitoring, which is vital for maintaining the integrity of deployed models. Option B lacks the performance comparison to previous runs, which is essential for making informed decisions about redeploying the model.