Description Usage Arguments Value
This is called if return_outer_sl = TRUE
, in which case more
information on learner risks etc... is computed and returned.
1 2 | get_formatted_sl(task, Y, V, all_fit_tasks, all_fits, folds, sl_control,
return_learner_fits = TRUE, learners)
|
task |
A named list identifying what outcome to use. |
Y |
A matrix or data.frame of outcomes |
V |
Number of outer folds of cross-validation (nested cross-validation uses V-1 and V-2 folds), so must be at least four. |
all_fit_tasks |
A list of all learner fitting tasks (quicker to search over
than |
all_fits |
A list of all learner fits (from |
folds |
Vector identifying which fold observations fall into. |
sl_control |
A list with named entries ensemble.fn, optim_risk_fn, weight_fn,
cv_risk_fn, family. Available functions can be viewed with |
return_learner_fits |
Should the |
learners |
Super learner wrappers. See |
Named list of super learner results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.