xgboost/R-package
2016-01-24 19:38:36 -06:00
..
2015-01-20 15:51:42 -08:00
2015-12-10 11:33:40 +01:00
2016-01-07 22:20:21 -08:00
2016-01-16 10:25:12 -08:00
2016-01-24 11:42:24 -05:00
2015-07-24 11:58:02 -07:00
2015-11-24 13:12:35 +01:00

R package for xgboost

CRAN Status Badge CRAN Downloads Documentation Status

Resources

Installation

We are on CRAN now. For stable/pre-compiled(for Windows and OS X) version, please install from CRAN:

install.packages('xgboost')

For up-to-date version, please install from github. Windows user will need to install RTools first.

devtools::install_git('git://github.com/dmlc/xgboost',subdir='R-package')

You can also install from our weekly updated drat repo:

install.packages("drat", repos="https://cran.rstudio.com")
drat:::addRepo("dmlc")
install.packages("xgboost", repos="http://dmlc.ml/drat/", type="source")

For more detailed installation instructions, please see here.

Examples