Question 71 of 280
Single answerYou need to train a regression model based on a dataset containing 50,000 records that is stored in BigQuery. The
data includes a total of 20 categorical and numerical features with a target variable that can include negative
values. You need to minimize effort and training time while maximizing model performance. What approach should
you take to train this regression model?
ACreate a custom TensorFlow DNN model
✓BUse BQML XGBoost regression to train the model.
CUse AutoML Tables to train the model without early stopping.
DUse AutoML Tables to train the model with RMSLE as the optimization objective.
✓
Correct Answer: B
Use BQML XGBoost regression to train the model.
▥
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.