Google Cloud Professional Machine Learning Engineer — Question 169

You created an ML pipeline with multiple input parameters. You want to investigate the tradeoffs between different parameter combinations. The parameter options are
• Input dataset
• Max tree depth of the boosted tree regressor
• Optimizer learning rate

You need to compare the pipeline performance of the different parameter combinations measured in F1 score, time to train, and model complexity. You want your approach to be reproducible, and track all pipeline runs on the same platform. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer, D, allows for systematic tracking of multiple runs within an experiment in Vertex AI, ensuring reproducibility and consolidation of results. Options A and B do not provide a structured way to track multiple parameter combinations as effectively as D, while option C lacks the ability to manage and compare the results across different datasets in a unified manner.