Topic 1 Question 147
Your data science team needs to rapidly experiment with various features, model architectures, and hyperparameters. They need to track the accuracy metrics for various experiments and use an API to query the metrics over time. What should they use to track and report their experiments while minimizing manual effort?
Use Vertex Al Pipelines to execute the experiments. Query the results stored in MetadataStore using the Vertex Al API.
Use Vertex Al Training to execute the experiments. Write the accuracy metrics to BigQuery, and query the results using the BigQuery API.
Use Vertex Al Training to execute the experiments. Write the accuracy metrics to Cloud Monitoring, and query the results using the Monitoring API.
Use Vertex Al Workbench user-managed notebooks to execute the experiments. Collect the results in a shared Google Sheets file, and query the results using the Google Sheets API.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: A
Went with A
👍 2M252023/05/10 - 正解だと思う選択肢: A
its A - Use Vertex Al Pipelines to execute the experiments. Query the results stored in MetadataStore using the Vertex Al API.
👍 1RaghavAI2023/02/05 - 正解だと思う選択肢: A
Your goal is to use API to query results while minimizing manual effort. The answer 'A' achieves the goal and requires less manual effort
👍 1Scipione_2023/02/16
シャッフルモード