| .fit_super_learner | R Documentation |
Fit a stacked super learner ensemble
.fit_super_learner(
train_data,
full_data,
xvars,
yvar,
outcome_type,
learner_names,
cv_folds = 5
)
cv_folds |
Integer number of cross-validation folds used when stacking multiple learners. Ignored when only a single learner is supplied. |
Named list with $boot (fit on bootstrap sample) and
$full (fit on full observed data; NULL unless continuous).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.