Learn R Programming

⚠️There's a newer version (0.4) of this package.Take me there.

varImp

Random forest variable importance for arbitrary measures of the measures package, which contains the biggest collection of measures for regression and classification in R.

Installation

The development version

devtools::install_github("mlr-org/measures")
devtools::install_github("PhilippPro/varImp")
iris.cf <- cforest(Species ~ ., data = iris, control = cforest_unbiased(mtry = 2, ntree = 50))
varImp(object = iris.cf, measure = "multiclass.Brier")
varImpACC(object = iris.cf)
varImpAUC(object = iris.cf)

Copy Link

Version

Install

install.packages('varImp')

Monthly Downloads

3,747

Version

0.3

License

GPL-3

Maintainer

Philipp Probst

Last Published

May 3rd, 2019

Functions in varImp (0.3)

varImp

varImp
varImpACC

varImpACC
varImpAUC

varImpAUC
varImpRanger

varImpRanger