Google Professional Machine Learning Engineer Exam - Topic 8 Question 57 Discussion
You work on a data science team at a bank and are creating an ML model to predict loan default risk. You have collected and cleaned hundreds of millions of records worth of training data in a BigQuery table, and you now want to develop and compare multiple models on this data using TensorFlow and Vertex AI. You want to minimize any bottlenecks during the data ingestion state while considering scalability. What should you do?
B) Export data to CSV files in Cloud Storage, and use tf.data.TextLineDataset() to read them.
A) Use the BigQuery client library to load data into a dataframe, and use tf.data.Dataset.from_tensor_slices() to read it.
C) Convert the data into TFRecords, and use tf.data.TFRecordDataset() to read them.
D) Use TensorFlow I/O's BigQuery Reader to directly read the data.
Pansy
7 months agoRonna
7 months agoMartina
7 months agoAzalee
8 months agoHermila
8 months agoVal
8 months agoShay
8 months agoReita
8 months agoFrederica
8 months agoMargot
8 months agoArminda
8 months ago