fastAdaboost: a Fast Implementation of Adaboost

Implements Adaboost based on C++ backend code. This is blazingly fast and especially useful for large, in memory data sets. The package uses decision trees as weak classifiers. Once the classifiers have been trained, they can be used to predict new data. Currently, we support only binary classification tasks. The package implements the Adaboost.M1 algorithm and the real Adaboost(SAMME.R) algorithm.

Getting started

Package details

AuthorSourav Chatterjee [aut, cre]
MaintainerSourav Chatterjee <souravc83@gmail.com>
LicenseMIT + file LICENSE
Version1.0.0
URL https://github.com/souravc83/fastAdaboost
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("fastAdaboost")

Try the fastAdaboost package in your browser

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

fastAdaboost documentation built on May 2, 2019, 3:33 p.m.