Topic 1 Question 71
You need to train a regression model based on a dataset containing 50,000 records that is stored in BigQuery. The data includes a total of 20 categorical and numerical features with a target variable that can include negative values. You need to minimize effort and training time while maximizing model performance. What approach should you take to train this regression model?
Create a custom TensorFlow DNN model
Use BQML XGBoost regression to train the model.
Use AutoML Tables to train the model without early stopping.
Use AutoML Tables to train the model with RMSLE as the optimization objective.
ユーザの投票
コメント(10)
- 正解だと思う選択肢: B
B is correct
👍 3MithunDesai2022/12/21 - 正解だと思う選択肢: B
Ans B. C --> No early stopping means longer training time D --> RMSLE metric need non-negative Y values
👍 3abneural2023/02/11 B. BigQuery is a keyword for me
👍 2YangG2022/12/08
シャッフルモード