Google Cloud Professional Machine Learning Engineer — Question 259

You are developing an ML model in a Vertex AI Workbench notebook. You want to track artifacts and compare models during experimentation using different approaches. You need to rapidly and easily transition successful experiments to production as you iterate on your model implementation. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer, A, is effective because it emphasizes the initialization of the Vertex SDK and logging of parameters and metrics, which are essential for tracking experiments, followed by creating a Vertex AI pipeline for successful experiments. Option B includes saving the dataset to Cloud Storage, which adds unnecessary complexity. Option C focuses on creating a pipeline first instead of logging experiments, and option D lacks the initial logging step, making them less suitable for the goal of transitioning experiments to production efficiently.