xgboost/R-package
2015-02-07 23:53:55 +01:00
..
2015-01-20 15:51:42 -08:00
2015-02-07 23:53:55 +01:00
2015-02-07 23:53:55 +01:00
2015-01-27 16:31:53 -08:00
CSS
2015-02-01 16:13:18 +01:00
2015-02-01 13:09:27 +01:00

R package for xgboost.

Installation

For up-to-date version(which is recommended), please install from github. Windows user will need to install RTools first.

require(devtools)
install_github('tqchen/xgboost',subdir='R-package')

For stable version on CRAN, please run

install.packages('xgboost')

Examples