xgboost/R-package
Philip Hyunsu Cho 4e9fad74eb
[R] Use built-in label when xgb.DMatrix is given to xgb.cv() (#4631)
* Use built-in label when xgb.DMatrix is given to xgb.cv()

* Add a test

* Fix test

* Bump version number
2019-07-03 01:32:40 -07:00
..
2015-01-20 15:51:42 -08:00
2019-04-21 15:54:11 +08:00
2019-05-15 01:35:44 +00:00
2015-07-24 11:58:02 -07:00
2019-04-15 10:08:12 -07:00
2018-03-28 10:05:47 -07:00
2019-03-09 01:50:07 +08:00

XGBoost R Package for Scalable GBM

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 more detailed installation instructions, please see here.

Examples

Development