Google Cloud Professional Machine Learning Engineer — Question 56

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, as Kubeflow Pipelines is specifically designed for managing machine learning workflows, providing automated tracking and reporting of experiments. Options B and C involve using AI Platform Training but lack the streamlined experiment management and tracking that Kubeflow offers. Option D relies on manual data collection in Google Sheets, which increases manual effort and decreases efficiency.