Question 111 of 280
Single answerYou need to build classification workflows over several structured datasets currently stored in BigQuery. Because you will be performing the classification several times, you want to complete the following steps without writing code: exploratory data analysis, feature selection, model building, training, and hyperparameter tuning and serving. What should you do?
ATrain a TensorFlow model on Vertex AI.
✓BTrain a classification Vertex AutoML model.
CRun a logistic regression job on BigQuery ML.
DUse scikit-learn in Notebooks with pandas library.
✓
Correct Answer: B
Train a classification Vertex AutoML 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.