Microsoft
DP-100 · Question #242
You have the following code. The code prepares an experiment to run a script: The experiment must be run on local computer using the default environment. You need to add code to start the experiment a
Sign in or unlock DP-100 to reveal the answer and full explanation for question #242. The question stem and answer options stay visible for context.
Explore data and run experiments
Question
You have the following code. The code prepares an experiment to run a script: The experiment must be run on local computer using the default environment. You need to add code to start the experiment and run the script. Which code segment should you use?
Exhibit
Options
- Arun = script_experiment.start_logging()
- Cws.get_run(run_id=experiment.id)
- Drun = script_experiment.submit(config=script_config)
Unlock DP-100 to see the answer
You've previewed enough free DP-100 questions. Unlock DP-100 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Azure ML SDK#Experiments#ScriptRunConfig#Submitting Runs
