dashaub/DidacticBoost: A Simple Implementation and Demonstration of Gradient Boosting

A basic, clear implementation of tree-based gradient boosting designed to illustrate the core operation of boosting models. Tuning parameters (such as stochastic subsampling, modified learning rate, or regularization) are not implemented. The only adjustable parameter is the number of training rounds. If you are looking for a high performance boosting implementation with tuning parameters, consider the 'xgboost' package.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.1.1
URL https://github.com/dashaub/DidacticBoost
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("dashaub/DidacticBoost")
dashaub/DidacticBoost documentation built on May 14, 2019, 6:11 p.m.