CRAN/E | EnsembleBase

EnsembleBase

Extensible Package for Parallel, Batch Training of Base Learners for Ensemble Modeling

Installation

About

Extensible S4 classes and methods for batch training of regression and classification algorithms such as Random Forest, Gradient Boosting Machine, Neural Network, Support Vector Machines, K-Nearest Neighbors, Penalized Regression (L1/L2), and Bayesian Additive Regression Trees. These algorithms constitute a set of 'base learners', which can subsequently be combined together to form ensemble predictions. This package provides cross-validation wrappers to allow for downstream application of ensemble integration techniques, including best-error selection. All base learner estimation objects are retained, allowing for repeated prediction calls without the need for re-training. For large problems, an option is provided to save estimation objects to disk, along with prediction methods that utilize these objects. This allows users to train and predict with large ensembles of base learners without being constrained by system RAM.

Key Metrics

Version 1.0.2
Published 2016-09-13 2780 days ago
Needs compilation? no
License GPL-2
License GPL-3
CRAN checks EnsembleBase results

Downloads

Yesterday 12 0%
Last 7 days 59 0%
Last 30 days 210 +3%
Last 90 days 715 -15%
Last 365 days 2.701 -26%

Maintainer

Maintainer

Alireza S. Mahani

alireza.s.mahani@gmail.com

Authors

Alireza S. Mahani
Mansour T.A. Sharabiani

Material

ChangeLog
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

EnsembleBase archive

Depends

kknn
methods

Imports

gbm
nnet
e1071
randomForest
doParallel
foreach
glmnet
bartMachine

Reverse Depends

EnsembleCV
EnsemblePCReg
EnsemblePenReg