xgboost/R-package
2015-01-21 22:07:30 +01:00
..
2015-01-20 15:51:42 -08:00
2015-01-20 15:51:42 -08:00
2015-01-20 16:24:01 -08:00
2015-01-21 22:07:30 +01:00
2014-09-06 23:20:11 -07:00
2015-01-09 18:24:12 +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