xgboost/R-package
Vadim Khotilovich 9ffe8596f2
[core] fix slow predict-caching with many classes (#3109)
* fix prediction caching inefficiency for multiclass

* silence some warnings

* redundant if

* workaround for R v3.4.3 bug; fixes #3081
2018-02-15 18:31:42 -06:00
..
2015-01-20 15:51:42 -08:00
2017-05-07 16:54:48 -07:00
2015-07-24 11:58:02 -07:00
2017-04-29 18:44:08 -07:00
2017-04-29 18:44:08 -07:00
2017-05-01 22:51:34 -07: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