| ContinuousParameter | R Documentation |
A class for representing hyperparameters that have a continuous range of possible values.
sagemaker.mlcore::ParameterRange -> ContinuousParameter
.nameHelps to categorise Class
new()Initialize a ContinuousParameter
ContinuousParameter$new(
min_value,
max_value,
scaling_type = c("Auto", "Linear", "Logarithmic", "ReverseLogarithmic")
)min_value(float): The minimum value for the range.
max_value(float): The maximum value for the range.
scaling_type(str): The scale used for searching the range during tuning (default: 'Auto'). Valid values: 'Auto', 'Linear', Logarithmic' and 'ReverseLogarithmic'.
format()format class
ContinuousParameter$format()
clone()The objects of this class are cloneable with this method.
ContinuousParameter$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.