bagRboostR: Ensemble bagging and boosting classifiers

bagRboostR is a set of ensemble classifiers for multinomial classification. The bagging function is the implementation of Breiman's ensemble as described by Opitz & Maclin (1999). The boosting function is the implementation of Stagewise Additive Modeling using a Multi-class Exponential loss function (SAMME) created by Zhu et al (2006). Both bagging and SAMME implementations use randomForest as the weak classifier and expect a character outcome variable. Each ensemble classifier returns a character vector of predictions for the test set.

Getting started

Package details

AuthorShannon Rush <shannonmrush@gmail.com>
MaintainerShannon Rush <shannonmrush@gmail.com>
LicenseMIT + file LICENSE
Version0.0.2
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("bagRboostR")

Try the bagRboostR package in your browser

Any scripts or data that you put into this service are public.

bagRboostR documentation built on May 2, 2019, 11:12 a.m.