Description Usage Arguments Value
This function recalculates all the possible splits, with the exception of the one being used, and for each node and variable gets the best split based on their degree of importance.
1 | imp_var_EAT(data, tree, x, y, digits)
|
data |
Data from EAT object. |
tree |
Tree from EAT object. |
x |
Column input indexes in data. |
y |
Column output indexes in data. |
digits |
Decimal units. |
A dataframe with the best split for each node and its variable importance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.