Google Cloud Professional Machine Learning Engineer — Question 244

You work for a company that sells corporate electronic products to thousands of businesses worldwide. Your company stores historical customer data in BigQuery. You need to build a model that predicts customer lifetime value over the next three years. You want to use the simplest approach to build the model and you want to have access to visualization tools. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer, D, outlines a complete approach by utilizing a Vertex AI Workbench notebook for exploratory data analysis, creating input features, and validating the model using the necessary statements. Option A does not include model creation in the same step as validation, while option B skips exploratory data analysis and lacks visualization. Option C, while thorough, requires unnecessary steps of saving to CSV and importing, making it less efficient than D.