harrysouthworth/gbt: Gradient Boosted Trees

This package implements J. Friedman's gradient boosting machine. It provides a parallel implementation of gradient boosting with trees for regression problems (squared loss) and binary classification problems (binomial deviance). Includes built-in stratified cross-validation and relative importance (relative influence) of features.

Getting started

Package details

AuthorAlexandre Michelis, Gavin Brown
MaintainerHarry Southworth <harry.southworth@gmail.com>
LicenseGPL 3
Version1.1
URL https://github.com/harrysouthworth/gbt
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("harrysouthworth/gbt")
harrysouthworth/gbt documentation built on May 17, 2019, 3:03 p.m.