Skip to content
 
 

Latest commit

 

History

105 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors