
Microsoft Certified Azure Data Scientist Associate - DP-100
Get started today
Ultimate access to all questions.
You are using a Python script for an Azure Machine Learning experiment. The script references the experiment run context, loads data, identifies the unique values for the label column, and completes the run. You need to record these unique label values as run metrics.
You implement the following solution: Replace the comment in the script with the code run.log_table('Label Values', label_vals)
.
Does this solution meet the goal of recording the unique label values as metrics for the run?
You are using a Python script for an Azure Machine Learning experiment. The script references the experiment run context, loads data, identifies the unique values for the label column, and completes the run. You need to record these unique label values as run metrics.
You implement the following solution: Replace the comment in the script with the code run.log_table('Label Values', label_vals)
.
Does this solution meet the goal of recording the unique label values as metrics for the run?
Exam-Like
