Skip to content

arnocandel/gbm

 
 

Repository files navigation

gbm: gradient boosted models

Build Status CRAN Status Badge Coverage Status

Originally written by Greg Ridgeway, added to by various authors, currently maintained by Harry Southworth. Development is discussed --- somewhat --- at https://groups.google.com/forum/#!forum/gbm-dev .

Non-production releases (bug fixes, mostly) will be released via the GitHub release workflow. To install from GitHub, first install devtools from CRAN:

install.packages("devtools")

Then install gbm from GitHub:

library("devtools")
install_github("gbm-developers/gbm")

Note that we are currently in the middle of a fairly major tidy up, so you should worry a bit about this code here...

About

Gradient boosted models

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 50.9%
  • R 48.7%
  • C 0.4%