xgboost/R-package
Tong He 6e91846c55 Merge pull request #155 from pommedeterresautee/master
fix mermaid + change in description + new plot importance feature function + fix bug in CV function + add 1 Vignette
2015-02-01 14:12:43 -08:00
..
2015-01-20 15:51:42 -08:00
doc
2015-01-28 21:42:58 +01:00
2015-01-27 16:31:53 -08:00
CSS
2015-02-01 16:13:18 +01:00
doc
2015-01-28 21:42:58 +01: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