PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #263
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…
The correct answer is B. Run the CREATE MODEL statement from the BigQuery console to create an AutoML model. To predict customer lifetime value from BigQuery data using the simplest approach with access to visualization tools, BigQuery ML's CREATE MODEL statement with AutoML is the most suitable.
Question
Options
- ACreate a Vertex AI Workbench notebook to perform exploratory data analysis. Use IPython
- BRun the CREATE MODEL statement from the BigQuery console to create an AutoML model.
- CCreate a Vertex AI Workbench notebook to perform exploratory data analysis and create input
- DCreate a Vertex AI Workbench notebook to perform exploratory data analysis. Use IPython
How the community answered
(35 responses)- A3% (1)
- B80% (28)
- C11% (4)
- D6% (2)
Why each option
To predict customer lifetime value from BigQuery data using the simplest approach with access to visualization tools, BigQuery ML's `CREATE MODEL` statement with AutoML is the most suitable.
Creating a Vertex AI Workbench notebook, even for EDA, involves more manual setup and coding effort than a single SQL statement in BigQuery ML, thus not being the simplest approach.
Using the `CREATE MODEL` statement in BigQuery ML with AutoML is the simplest method for building a model directly from BigQuery data, as it requires minimal code and automatically handles model selection. BigQuery ML integrates with the BigQuery console for visualizations and easily connects to other BI tools.
Similar to A, using a Vertex AI Workbench notebook for EDA and creating input datasets is a more manual process, which deviates from the 'simplest approach' requirement.
This option is identical to A and represents a more code-intensive and less simple method for initial model building compared to BigQuery ML.
Concept tested: BigQuery ML for simplified model creation
Source: https://cloud.google.com/bigquery-ml/docs/introduction
Topics
Community Discussion
No community discussion yet for this question.