Other packages > Find by keyword >

EnsembleBase  

Extensible Package for Parallel, Batch Training of Base Learners for Ensemble Modeling
View on CRAN: Click here


Download and install EnsembleBase package within the R console
Install from CRAN:
install.packages("EnsembleBase")

Install from Github:
library("remotes")
install_github("cran/EnsembleBase")

Install by package version:
library("remotes")
install_version("EnsembleBase", "1.0.4")



Attach the package and use:
library("EnsembleBase")
Maintained by
Alireza S. Mahani
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-11-22
Latest Update:
Description:
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.
How to cite:
Alireza S. Mahani (2014). EnsembleBase: Extensible Package for Parallel, Batch Training of Base Learners for Ensemble Modeling. R package version 1.0.4, https://cran.r-project.org/web/packages/EnsembleBase. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.7.1 (2015-01-05 16:46), 0.7 (2014-11-22 08:23), 1.0.0 (2016-01-18 22:37), 1.0.1 (2016-02-11 08:27), 1.0.2 (2016-09-13 22:30), 1.0.4 (2025-01-09 06:40)
Other packages that cited EnsembleBase R package
View EnsembleBase citation profile
Other R packages that EnsembleBase depends, imports, suggests or enhances
Complete documentation for EnsembleBase
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA