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?
- Train a TensorFlow model on Vertex AI.
- Train a classification Vertex AutoML model.
- Run a logistic regression job on BigQuery ML.
- Use scikit-learn in Notebooks with pandas library.
Reveal Solution Next Question