The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

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)
# Two classes:
iris2 = iris
iris2$Species = factor(iris$Species == "versicolor")
iris.cf = cforest(Species ~ ., data = iris2,control = cforest_unbiased(mtry = 2, ntree = 50))
varImpAUC(object = iris.cf)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.