Skip to content

gbm-developers/gbm3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e12ab2c · Apr 27, 2024
Jan 21, 2024
Jan 21, 2024
Jan 21, 2024
Jan 14, 2024
Jan 21, 2024
Jan 14, 2024
Mar 1, 2016
Jan 25, 2013
Nov 15, 2013
Jan 14, 2024
Aug 15, 2016
Jan 15, 2024
Jan 16, 2024
Jan 16, 2024
Apr 27, 2024

Repository files navigation

gbm3: generalized boosted models ----0------------------------

Originally written by Greg Ridgeway between 1999-2003, added to by various authors, extensively updated and polished by James Hickey in 2016, survival models greatly improved by Terry Therneau in 2016, and currently maintained by Greg Ridgeway. 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 with R code calling the original gbm package, but is fast and parallel and developed.

Non-production releases (bug fixes, mostly) will be released via the GitHub release workflow. To install from GitHub, first install remotes from CRAN:

install.packages("remotes")

Then install gbm3 from GitHub:

remotes::install_github("gbm-developers/gbm3")

# or to ensure your got everything
remotes::install_github("gbm-developers/gbm3", build_vignettes = TRUE, force = TRUE)