choice {azuremlsdk}R Documentation

Specify a discrete set of options to sample from

Description

Specify a discrete set of options to sample the hyperparameters from.

Usage

choice(options)

Arguments

options

A vector of values to choose from.

Value

A list of the stochastic expression.

See Also

random_parameter_sampling(), grid_parameter_sampling(), bayesian_parameter_sampling()


[Package azuremlsdk version 1.10.0 Index]