PROFESSIONAL-DATA-ENGINEER · Question #250
You work for a large real estate firm and are preparing 6 TB of home sales data to be used for machine learning. You will use SQL to transform the data and use BigQuery ML to create a machine…
The correct answer is A. When creating your model, use BigQuery's TRANSFORM clause to define preprocessing steps. Explanation/Reference: Using the TRANSFORM clause, you can specify all preprocessing during model creation. The preprocessing is automatically applied during the prediction and evaluation phases of machine learning. https://cloud.google.com/bigquery-ml/docs/bigqueryml-transform
Question
Options
- AWhen creating your model, use BigQuery's TRANSFORM clause to define preprocessing steps.
- BWhen creating your model, use BigQuery's TRANSFORM clause to define preprocessing steps.
- CUse a BigQuery view to define your preprocessing logic.
- DPreprocess all data using Dataflow.
How the community answered
(57 responses)- A46% (26)
- B7% (4)
- C30% (17)
- D18% (10)
Explanation
Explanation/Reference: Using the TRANSFORM clause, you can specify all preprocessing during model creation. The preprocessing is automatically applied during the prediction and evaluation phases of machine learning. https://cloud.google.com/bigquery-ml/docs/bigqueryml-transform
Topics
Community Discussion
No community discussion yet for this question.