View source: R/filter_irrelevant_rules.R
filter_irrelevant_rules | R Documentation |
Filters the irrelevant decision rules. The irrelevant rules are interpreted as an error increase after removing a variable-value pair from the decision rules (see “Interpreting tree ensembles with the inTrees package” by Houtao Deng, 2019).
filter_irrelevant_rules(rules, X, ite, t_decay)
rules |
A list of rules. |
X |
A features matrix. |
ite |
An estimated ITE. |
t_decay |
The decay threshold for rules pruning. |
A list of “relevant” rules.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.