Topic 1 Question 111
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.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: B
B (similar to question 7)
👍 7hiromi2022/12/21 - 正解だと思う選択肢: B
BQML will need coding only AutoML in Vertex AI is codeless from end to end
👍 3mymy94182022/12/17 - 正解だと思う選択肢: B
A and D need coding. C is regression, not classification. Hence B.
👍 1ares812023/01/03
シャッフルモード