nerdexam
Microsoft

DP-100 · Question #135

You use the following code to run a script as an experiment in Azure Machine Learning: You must identify the output files that are generated by the experiment run. You need to add code to retrieve…

The correct answer is B. files= run.get_file_names(). You can list all of the files that are associated with this run record by called run.get_file_names() https://docs.microsoft.com/en-us/azure/machine-learning/how-to-track-experiments

Explore data and run experiments

Question

You use the following code to run a script as an experiment in Azure Machine Learning: 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?

Exhibit

DP-100 question #135 exhibit

Options

  • Afiles = run.get_properties()
  • Bfiles= run.get_file_names()
  • Cfiles = run.get_details_with_logs()
  • Dfiles = run.get_metrics()
  • Efiles = run.get_details()

How the community answered

(48 responses)
  • A
    2% (1)
  • B
    92% (44)
  • C
    2% (1)
  • D
    4% (2)

Explanation

You can list all of the files that are associated with this run record by called run.get_file_names() https://docs.microsoft.com/en-us/azure/machine-learning/how-to-track-experiments

Topics

#Azure Machine Learning#Experiment tracking#Run management#Output files

Community Discussion

No community discussion yet for this question.

Full DP-100 Practice