
Ultimate access to all questions.
You work for a company that sells corporate electronics to thousands of businesses globally. Your company stores historical customer data in BigQuery. You need to build a model to predict customer lifetime value for the next three years and want to use the simplest approach. What should you do?
A
Create a Vertex AI Workbench notebook. Use IPython magic to run the CREATE MODEL statement to create an ARIMA model.
B
Access BigQuery Studio in the Google Cloud console. Run the CREATE MODEL statement in the SQL editor to create an AutoML regression model.
C
Create a Vertex AI Workbench notebook. Use IPython magic to run the CREATE MODEL statement to create an AutoML regression model.
D
Access BigQuery Studio in the Google Cloud console. Run the CREATE MODEL statement in the SQL editor to create an ARIMA model.