souravc83/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 GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("souravc83/fastAdaboost")
souravc83/fastAdaboost documentation built on May 30, 2019, 6:33 a.m.