View source: R/featureImportance.R
featureImportance | R Documentation |
This function calculates the featureImportance of variables in a decision ensemble. Levels of discretized variables are grouped so that only one importance is returned ('variable name' separated by 2*'_' from the 'level name').
featureImportance(nodes_agg)
nodes_agg |
a datatable with, for variable in each decision, their name (column Feature), decision-wise importance (column importance), the importance and multiplicity of the decision (columns imp and n). |
a datatable with the feature importance for each variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.