
Ultimate access to all questions.
You are tasked with developing classification workflows using several structured datasets that are currently stored in BigQuery. These workflows need to be executed multiple times. You aim to accomplish the following steps without writing any code: exploratory data analysis, feature selection, model building, training, hyperparameter tuning, and eventually serving the model. Given these requirements, what should you do?
A
Configure AutoML Tables to perform the classification task.
B
Run a BigQuery ML task to perform logistic regression for the classification.
C
Use AI Platform Notebooks to run the classification model with pandas library.
D
Use AI Platform to run the classification model job configured for hyperparameter tuning.