Description Usage Arguments Value
getVarsFromFS
converts the output of featureSelection
function to a list of features that were most important across bootstrapping
1 | getVarsFromFS(fsdata, r = 0.6, counts = F)
|
fsdata |
rfe object. Output of |
r |
num scalar. Between 0-1. Minimum proportion of bootstraps that must have selected that feature as important. |
counts |
lgl scalar. If TRUE, will return counts each "important" feature appeared amongst bootstrap iterations. If FALSE, the names of the features in the same order. |
Either counts or names of the most important features determined by rfe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.