RaSEn: Random Subspace Ensemble Classification and Variable Screening

We propose a general ensemble classification framework, RaSE algorithm, for the sparse classification problem. In RaSE algorithm, for each weak learner, some random subspaces are generated and the optimal one is chosen to train the model on the basis of some criterion. To be adapted to the problem, a novel criterion, ratio information criterion (RIC) is put up with based on Kullback-Leibler divergence. Besides minimizing RIC, multiple criteria can be applied, for instance, minimizing extended Bayesian information criterion (eBIC), minimizing training error, minimizing the validation error, minimizing the cross-validation error, minimizing leave-one-out error. There are various choices of base classifier, for instance, linear discriminant analysis, quadratic discriminant analysis, k-nearest neighbour, logistic regression, decision trees, random forest, support vector machines. RaSE algorithm can also be applied to do feature ranking, providing us the importance of each feature based on the selected percentage in multiple subspaces. RaSE framework can be extended to the general prediction framework, including both classification and regression. We can use the selected percentages of variables for variable screening. The latest version added the variable screening function for both regression and classification problems.

Version: 3.0.0
Depends: R (≥ 3.1.0)
Imports: MASS, caret, class, doParallel, e1071, foreach, nnet, randomForest, rpart, stats, ggplot2, gridExtra, formatR, FNN, ranger, KernelKnn, utils, ModelMetrics, glmnet
Suggests: knitr, rmarkdown
Published: 2021-10-16
Author: Ye Tian [aut, cre] and Yang Feng [aut]
Maintainer: Ye Tian <ye.t at columbia.edu>
License: GPL-2
NeedsCompilation: no
Materials: NEWS
CRAN checks: RaSEn results

Documentation:

Reference manual: RaSEn.pdf
Vignettes: RaSEn demo

Downloads:

Package source: RaSEn_3.0.0.tar.gz
Windows binaries: r-devel: RaSEn_3.0.0.zip, r-release: RaSEn_3.0.0.zip, r-oldrel: RaSEn_3.0.0.zip
macOS binaries: r-release (arm64): RaSEn_3.0.0.tgz, r-oldrel (arm64): RaSEn_3.0.0.tgz, r-release (x86_64): RaSEn_3.0.0.tgz
Old sources: RaSEn archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RaSEn to link to this page.