experiment: Create an Azure Machine Learning experiment

Description Usage Arguments Value See Also Examples

View source: R/experiment.R

Description

An experiment is a grouping of many runs from a specified script.

Usage

1
experiment(workspace, name)

Arguments

workspace

The Workspace object.

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.

Value

The Experiment object.

See Also

submit_experiment()

Examples

1
2
3
4
5
## Not run: 
ws <- load_workspace_from_config()
exp <- experiment(ws, name = 'myexperiment')

## End(Not run)

azuremlsdk documentation built on Oct. 23, 2020, 8:22 p.m.