View source: R/HyperparameterSettings.R
| createHyperparameterSettings | R Documentation |
Create Hyperparameter Settings
createHyperparameterSettings(
search = "grid",
tuningMetric = aucMetric,
sampleSize = NULL,
randomSeed = NULL,
generator = NULL
)
search |
The type of hyperparameter search to perform. Options are "grid" for grid search, "random" for random search, and "custom" for a user-defined search strategy. |
tuningMetric |
The metric to optimize during hyperparameter tuning. Common
choices include |
sampleSize |
Sample size in case of random sampling |
randomSeed |
Random seed for random sampling |
generator |
An object with |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.