xgboost/R-package/README.md
2016-01-16 11:52:33 -08:00

1.4 KiB

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

Examples