Description Usage Arguments Value
View source: R/decreasing_frequency_importance.R
Calculate base variables importance for each model
1 | decreasing_frequency_importance(frame, base_columns)
|
frame |
- dataframe with columns: model variable name, base variable name, model id, class, and the rest of the columns concern the impact of the variables |
base_columns |
- names for first four columns (default: c("model_variable", "base_variable", "model_id", "class")) |
dataframe with columns: variable (base variable), class, metric, decreasing (calculated impact)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.