Skip to content

harrysouthworth/gbm

 
 

Repository files navigation

PLEASE START FOLLOWING gbm-developers/gbm:

https://github.com/gbm-developers/gbm

With the intention of ceasing to be such a bottleneck by having everything filtered through me, I've started the gbm-developers organization on GitHub.

Please switch to that version of gbm.

Thanks for your continuing contributions. They're much appreciated.

Harry

gbm: gradient boosted models

Originally written by Greg Ridgeway, added to by various authors, currently maintained by Harry Southworth.

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("harrysouthworth/gbm")

About

Gradient boosted models

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.1%
  • R 36.4%
  • TeX 6.8%
  • PostScript 4.1%
  • Other 0.6%