View source: R/crumble_control.R
crumble_control | R Documentation |
Crumble control parameters
crumble_control(
crossfit_folds = 10L,
mlr3superlearner_folds = 10L,
zprime_folds = 1L,
epochs = 100L,
learning_rate = 0.01,
batch_size = 64,
device = c("cpu", "cuda", "mps")
)
crossfit_folds |
[ |
mlr3superlearner_folds |
[ |
zprime_folds |
[ |
epochs |
[ |
learning_rate |
[ |
batch_size |
[ |
device |
[ |
A list of control parameters
if (torch::torch_is_installed()) crumble_control(crossfit_folds = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.