Google Cloud Professional Machine Learning Engineer — Question 12

You 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?

Answer options

Correct answer: A

Explanation

The correct answer is A because AutoML Tables allows users to automate the entire machine learning workflow, including exploratory data analysis, feature selection, model training, and hyperparameter tuning without needing to write code. Options B, C, and D involve either coding or specific tasks that do not encompass the full automation that AutoML Tables provides.