PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #281
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 trans
The correct answer is A. 1. Initialize the Vertex SDK with the name of your experiment. Log parameters and metrics for. To track and compare ML experiments in a Vertex AI Workbench notebook and easily transition them to production, initialize the Vertex SDK with an experiment name and log parameters and metrics.
Question
Options
- A
- Initialize the Vertex SDK with the name of your experiment. Log parameters and metrics for
- B
- Initialize the Vertex SDK with the name of your experiment. Log parameters and metrics for
- C
- Create a Vertex AI pipeline with parameters you want to track as arguments to your
- D
- Create a Vertex AI pipeline. Use the Dataset and Model artifact types from the Kubeflow
How the community answered
(13 responses)- A69% (9)
- B15% (2)
- C8% (1)
- D8% (1)
Why each option
To track and compare ML experiments in a Vertex AI Workbench notebook and easily transition them to production, initialize the Vertex SDK with an experiment name and log parameters and metrics.
Vertex AI Experiments provides a robust way to track and compare various aspects of ML experiments, including parameters, metrics, and artifacts, directly from a notebook using the Vertex SDK. This structured tracking facilitates informed decision-making and rapid iteration towards production-ready models.
While logging parameters and metrics is part of experiment tracking, explicitly using 'experiments' as in option A is more comprehensive for comparing models and managing iterations.
Creating a Vertex AI pipeline is for orchestrating ML workflows, not primarily for tracking and comparing individual experiment runs within a notebook for rapid iteration.
Using specific artifact types within a pipeline is part of workflow orchestration and lineage, but does not directly address the need for tracking and comparing multiple experimental runs from a notebook for rapid iteration.
Concept tested: Vertex AI Experiments and SDK for tracking
Source: https://cloud.google.com/vertex-ai/docs/experiments/track-experiments
Topics
Community Discussion
No community discussion yet for this question.