Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 807 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 807 Bytes

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")