Description Usage Arguments Value
View source: R/gen_superlearner.R
Create custom SL and CV.SL functions that automatically use parallelization based on the provided configuration.
| 1 2 3 4 5 6 | gen_superlearner(
  parallel = "multicore",
  cluster = NULL,
  outer_cv_folds = NULL,
  verbose = T
)
 | 
| parallel | Can be "multicore", "doSNOW"/"snow" or "seq"/NULL. | 
| cluster | Optional cluster, e.g. from SNOW. | 
| outer_cv_folds | How many folds to use for CV.SuperLearner | 
| verbose | If TRUE will output additional details during execution. | 
A list with a SL and CV.SL function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.