sboost: Machine Learning with AdaBoost on Decision Stumps

Creates classifier for binary outcomes using Adaptive Boosting (AdaBoost) algorithm on decision stumps with a fast C++ implementation. For a description of AdaBoost, see Freund and Schapire (1997) <doi:10.1006/jcss.1997.1504>. This type of classifier is nonlinear, but easy to interpret and visualize. Feature vectors may be a combination of continuous (numeric) and categorical (string, factor) elements. Methods for classifier assessment, predictions, and cross-validation also included.

Getting started

Package details

AuthorJadon Wagstaff [aut, cre]
MaintainerJadon Wagstaff <jadonw@gmail.com>
LicenseMIT + file LICENSE
Version0.1.2
URL https://github.com/jadonwagstaff/sboost
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("sboost")

Try the sboost package in your browser

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

sboost documentation built on May 28, 2022, 1:12 a.m.