Learn R Programming

vita (version 1.0.0)

Variable Importance Testing Approaches

Description

Implements the novel testing approach by Janitza et al.(2015) for the permutation variable importance measure in a random forest and the PIMP-algorithm by Altmann et al.(2010) . Janitza et al.(2015) do not use the "standard" permutation variable importance but the cross-validated permutation variable importance for the novel test approach. The cross-validated permutation variable importance is not based on the out-of-bag observations but uses a similar strategy which is inspired by the cross-validation procedure. The novel test approach can be applied for classification trees as well as for regression trees. However, the use of the novel testing approach has not been tested for regression trees so far, so this routine is meant for the expert user only and its current state is rather experimental.

Copy Link

Version

Install

install.packages('vita')

Monthly Downloads

189

Version

1.0.0

License

GPL (>= 2)

Maintainer

Ender Celik

Last Published

December 14th, 2015

Functions in vita (1.0.0)

compVarImp

Compute permutation variable importance measure
VarImpCVl

Fold-specific permutation variable importance measure
CVPVI

Cross-validated permutation variable importance measure
PIMP

PIMP-algorithm for the permutation variable importance measure
PimpTest

PIMP testing approach
summary.PimpTest

Summarizing PIMP-algorithm outcomes
summary.NTA

Summarizing the results of novel testing approach
vita-package

Variable importance testing approaches (vita)
NTA

Novel testing approach