set_default_hyppar | R Documentation |
For quick setting of hyperparameter ranges.
set_default_hyppar(
adstock = NULL,
all_media = NULL,
list_default = list(alpha = c(0.5, 3), gamma = c(0.01, 1), theta = c(0, 0.8), shape =
c(0, 10), scale = c(0, 0.1), train_size = c(0.5, 0.9))
)
adstock |
Character. InputCollect$adstock |
all_media |
Character. Provide InputCollect$all_media. |
list_default |
A List. Default ranges for hyperparameters. |
List. Expanded range of hyperparameters for all media.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.