powered by
This is a function to print a caretStack.
# S3 method for caretStack print(x, ...)
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") print(meta_model)
Run the code above in your browser using DataLab