Question 158 of 280
Single answerYou 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?
ADevelop a custom TensorFlow regression model, and optimize it using Vertex AI Training.
✓BDevelop a regression model using BigQuery ML.
CDevelop a custom scikit-learn regression model, and optimize it using Vertex AI Training.
DDevelop a custom PyTorch regression model, and optimize it using Vertex AI Training.
✓
Correct Answer: B
Develop a regression model using BigQuery ML.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.