Description Usage Arguments Value
View source: R/variable_importance.R
Get variable importance from data frame with models objects.
1 | variable_importance(data, long = FALSE, keep_vars = NULL, ...)
|
data |
A data frame with column "model" containing the model objects. |
long |
Boolean. Whether output should be as "long" table suited for plotting. Default is FALSE. |
keep_vars |
Optional character of variables to keep while unnesting. |
Input data frame with added column "var_imp" containing relative variable importance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.