Ultimate access to all questions.
You have the following code that prepares an experiment to run a script:
from azureml.core import Experiment
experiment = Experiment(workspace=ws, name='my_experiment')
The experiment must be run on your 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?