Trang chủ Professional Data Engineer 268 / 343
Quay lại bộ đề
Question #268 Topic 1
You are developing a new deep learning model that predicts a customer's likelihood to buy on your ecommerce site. After running an evaluation of the model against both the original training data and new test data, you find that your model is overfitting the data. You want to improve the accuracy of the model when predicting new data. What should you do?
A
Write a shell script that triggers a Cloud Function that performs periodic ETL batch jobs on the new data source.
B
Use a standard Dataflow pipeline to store the raw data in BigQuery, and then transform the format later when the data is used.
C
Use Apache Hive to write a Dataproc job that streams the data into BigQuery in CSV format.
D
Use an Apache Beam custom connector to write a Dataflow pipeline that streams the data into BigQuery in Avro format.