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?
The experiment class submit method submits an experiment and return the active created run.
Syntax: submit(config, tags=None, **kwargs)
https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.experiment.experiment
Currently there are no comments in this discussion, be the first to comment!