SL | R Documentation |
SuperLearner wrapper for ml_model
SL(
formula = ~.,
...,
SL.library = c("SL.mean", "SL.glm"),
binomial = FALSE,
data = NULL
)
formula |
Model design |
... |
Additional arguments for SuperLearner::SuperLearner |
SL.library |
character vector of prediction algorithms |
binomial |
boolean specifying binomial or gaussian family (default FALSE) |
data |
Optional data.frame |
ml_model object
Klaus Kähler Holst
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.