Parameter ranges for Sagemaker hyperparameter tuning.
1 2 3 4 5 6 7 8 9 10 11 12 13 | sagemaker_ranges(
type = c("integer", "continuous", "categorical"),
min,
max,
scaling = "Auto",
values = NULL
)
sagemaker_integer(min, max, scaling = "Auto")
sagemaker_continuous(min, max, scaling = "Auto")
sagemaker_categorical(values)
|
type |
Type of range for hyperparameter tuning. |
min |
Minimum value of range. |
max |
Maximum value of range. |
scaling |
|
values |
List of strings that match categorical parameters for the sagemaker_estimator. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.