CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 104: Google Cloud Professional Machine Learning Engineer

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 t…

Nội dung câu hỏi

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?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Use the BigQuery client library to load data into a dataframe, and use tf.data.Dataset.from_tensor_slices() to read it.
  2. B. Export data to CSV files in Cloud Storage, and use tf.data.TextLineDataset() to read them.
  3. C. Convert the data into TFRecords, and use tf.data.TFRecordDataset() to read them.
  4. D. Use TensorFlow I/O’s BigQuery Reader to directly read the data. — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề