QuestionQ20
Implement machine learning model lifecycle and operationsHOTSPOT -
You train a model in Azure Machine Learning. You plan to capture experiment details for later comparison. The training code must log parameters and metrics for each run.
You review the following training script.

You need to verify whether the training script fulfills the experiment-tracking requirement. For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Yes or No
| Statements | Yes | No |
|---|---|---|
| The code ensures that training parameters and metrics are tracked for each run. | ||
| The code uses the experiment name to define the artifact path of the logged model. | ||
| The code associates the run with a named experiment. |
Community Discussion