Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 454 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 454 Bytes

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