Which code segment should you use?
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?
A . run = script_experiment.start_logging()
B. run = Run(experiment=script_experiment)
C. ws.get_run(run_id=experiment.id)
D. run = script_experiment.submit(config=script_config)
Answer: D
Explanation:
The experiment class submit method submits an experiment and return the active created run.
Syntax: submit(config, tags=None, **kwargs)
Reference: https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.experiment.experiment
Latest DP-100 Practice Questions with 227 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations