summary.caretStack | R Documentation |
This is a function to summarize a caretStack.
## S3 method for class 'caretStack'
summary(object, ...)
object |
An object of class caretStack |
... |
ignored |
models <- caretList(
x = iris[1:100, 1:2],
y = iris[1:100, 3],
methodList = c("rpart", "glm")
)
meta_model <- caretStack(models, method = "lm")
summary(meta_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.