ParameterRange
class ParameterRange
Defines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.
Types
Properties
Link copied to clipboard
A CategoricalParameterRangeSpecification
object that defines the possible values for a categorical hyperparameter.
Link copied to clipboard
A ContinuousParameterRangeSpecification
object that defines the possible values for a continuous hyperparameter.
Link copied to clipboard
A IntegerParameterRangeSpecification
object that defines the possible values for an integer hyperparameter.