Description Usage Arguments Value
Run RIT across decision paths of a fitted random forest.
1 2 3 4 5 |
x |
numeric feature matrix |
y |
response vector. If factor, classification is assumed. |
rand.forest |
an object of class randomForest. Required if read.forest is NULL. |
read.forest |
output of readForest. Required if rand.forest is NULL. |
rit.param |
named list specifying RIT parameters. Entries include
|
varnames.grp |
grouping "hyper-features" for RIT search. Features with the same name will be treated as identical for interaction search. |
weights |
numeric weight for each observation. Leaf nodes will be sampled for RIT with probability proprtional to the total weight of observations they contain. |
signed |
if TRUE, signed interactions will be returned |
oob.importance |
if TRUE, importance measures are evaluated on OOB samples. |
ints.idx.eval |
like |
ints.eval |
interactions to evaluate. If specified, importance metrics will be evaluated for these interactions instead of those recovered by RIT. |
n.core |
number of cores to use. If -1, all available cores are used. |
a data table containing the recovered interactions and importance scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.