
Ultimate access to all questions.
You are tasked with building recurring classification workflows over several structured datasets currently stored in BigQuery. Your objective includes performing several machine learning steps such as exploratory data analysis, feature selection, model building, training, hyperparameter tuning, and serving, all without writing any code. Given these requirements, what should you do?
A
Train a TensorFlow model on Vertex AI.
B
Train a classification Vertex AutoML model.
C
Run a logistic regression job on BigQuery ML.
D
Use scikit-learn in Vertex AI Workbench user-managed notebooks with pandas library.