Google Cloud Professional Machine Learning Engineer — Question 141

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?

Answer options

Correct answer: A

Explanation

The correct answer is A because Vertex AI Pipelines is designed to manage and automate ML workflows, making it suitable for tracking and reporting experiments with minimal manual effort. Options B and C involve storing metrics in BigQuery and Cloud Monitoring respectively, which may require more manual setup and are not specifically tailored for experiment tracking like Vertex AI Pipelines. Option D relies on Google Sheets, which can be less efficient for tracking numerous experiments compared to a dedicated system like MetadataStore.