
Microsoft Certified Azure Data Scientist Associate - DP-100
Get started today
Ultimate access to all questions.
You use the following code to run a script as an experiment in Azure Machine Learning:
run = exp.start_logging()
run.log('Test', 1)
run = exp.start_logging()
run.log('Test', 1)
You must identify the output files that are generated by the experiment run.
You need to add code to retrieve the output file names.
Which code segment should you add to the script?_
You use the following code to run a script as an experiment in Azure Machine Learning:
run = exp.start_logging()
run.log('Test', 1)
run = exp.start_logging()
run.log('Test', 1)
You must identify the output files that are generated by the experiment run. You need to add code to retrieve the output file names. Which code segment should you add to the script?_
Exam-Like

Comments
Loading comments...