upload a parameter grid to abci
1 2 3 4 5 6 7 8 | abci_upload_params(
grid_tune_id = 1001,
tune_wf,
tune_folds,
pkg_names = NULL,
param_grid,
fns = NULL
)
|
grid_tune_id |
id for a parameter grid |
tune_wf |
workflow object for tuning with a parameter grid |
tune_folds |
resample object (rest() object) for tuning |
pkg_names |
additional packages to load in the tuning script |
param_grid |
A data frame of tuning combinations |
fns |
character vector of function names to be exported |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.