Create an Azure Machine Learning experiment
An experiment is a grouping of many runs from a specified script.
experiment(workspace, name)
workspace |
The |
name |
A string of the experiment name. The name must be between 3-36 characters, start with a letter or number, and can only contain letters, numbers, underscores, and dashes. |
The Experiment
object.
submit_experiment()
## Not run: ws <- load_workspace_from_config() exp <- experiment(ws, name = 'myexperiment') ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.