Skip to content

pdmetcalfe/gbm3

 
 

Repository files navigation

gbm3: gradient boosted models ----0------------------------

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 .

This is the shiny new gbm3 package that is not backwards compatible, but is fast and parallel and --- to some extent --- developed.

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 gbm3 from GitHub:

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

About

Gradient boosted models

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 72.5%
  • C++ 27.3%
  • C 0.2%