You want to train an AutoML model to predict house prices by using a small public dataset stored in BigQuery. You need to prepare the data and want to use the simplest, most efficient approach. What should you do?
A.
Write a query that preprocesses the data by using BigQuery and creates a new table. Create a Vertex AI managed dataset with the new table as the data source.
B.
Use Dataflow to preprocess the data. Write the output in TFRecord format to a Cloud Storage bucket.
C.
Write a query that preprocesses the data by using BigQuery. Export the query results as CSV files, and use those files to create a Vertex AI managed dataset.
D.
Use a Vertex AI Workbench notebook instance to preprocess the data by using the pandas library. Export the data as CSV files, and use those files to create a Vertex AI managed dataset.
A
By writing a query that preprocesses the data using BigQuery and creating a new table, you can directly create a Vertex AI managed dataset with the new table as the data source. This approach is efficient because it leverages BigQuery’s powerful data processing capabilities and avoids the need to export data to another format or service. It also simplifies the process by keeping everything within the Google Cloud ecosystem. This makes it easier to manage and monitor your data and model training process.
The data is already in BigQuery. Preprocess the data in BigQuery. How is Dataflow easier than BigQuery? (question doesn't mention anything about scalability)
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
PhilipKoku
5 months, 2 weeks agonmnm22
5 months, 3 weeks agogscharly
7 months, 1 week agoshadz10
10 months, 1 week ago36bdc1e
10 months, 2 weeks agovale_76_na_xxx
10 months, 2 weeks agob1a8fae
10 months, 2 weeks agob1a8fae
10 months, 2 weeks agokalle_balle
10 months, 2 weeks agof084277
1 week, 1 day agopinimichele01
6 months, 4 weeks ago