xgboost/R-package
2015-01-29 15:30:46 -08:00
..
2015-01-20 15:51:42 -08:00
2015-01-29 13:30:47 -08:00
2015-01-25 10:37:11 -08:00
2015-01-25 14:16:46 -08:00
2015-01-27 16:31:53 -08:00
2014-09-06 23:20:11 -07:00
2015-01-29 15:27:29 -08:00
2015-01-25 10:31:48 -08:00
2015-01-29 15:30:46 -08: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.

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

For stable version on CRAN, please run

install.packages('xgboost')

Examples