varImp.caretStack | R Documentation |
This is a function to extract variable importance from a caretStack.
## S3 method for class 'caretStack'
varImp(object, newdata = NULL, normalize = TRUE, ...)
object |
An object of class caretStack |
newdata |
the data to use for computing importance. If NULL, will use the stacked predictions from the models. |
normalize |
a logical indicating whether to normalize the importances to sum to one. |
... |
passed to predict.caretList |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.