Google Cloud Professional Machine Learning Engineer — Question 113

You are a data scientist at an industrial equipment manufacturing company. You are developing a regression model to estimate the power consumption in the company’s manufacturing plants based on sensor data collected from all of the plants. The sensors collect tens of millions of records every day. You need to schedule daily training runs for your model that use all the data collected up to the current date. You want your model to scale smoothly and require minimal development work. What should you do?

Answer options

Correct answer: D

Explanation

The correct choice is D because BigQuery ML allows you to build and train machine learning models directly within BigQuery, enabling seamless handling of large datasets with minimal setup. Options A, B, and C involve more complex setups and may not efficiently handle the scale of data required for daily training runs.