⚠️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

Down Chevron

Install

install.packages('varImp')

Monthly Downloads

1,382

Version

0.3

License

GPL-3

Maintainer

Last Published

May 3rd, 2019

Functions in varImp (0.3)