xgboost/R-package
Jiaming Yuan e0a279114e
Unify logging facilities. (#3982)
* Unify logging facilities.

* Enhance `ConsoleLogger` to handle different verbosity.
* Override macros from `dmlc`.
* Don't use specialized gamma when building with GPU.
* Remove verbosity cache in monitor.
* Test monitor.
* Deprecate `silent`.
* Fix doc and messages.
* Fix python test.
* Fix silent tests.
2018-12-14 19:29:58 +08:00
..
2015-01-20 15:51:42 -08:00
2018-12-14 19:29:58 +08:00
2018-12-12 08:23:20 -06:00
2018-12-12 08:23:20 -06:00
2018-12-14 19:29:58 +08:00
2017-05-07 16:54:48 -07:00
2015-07-24 11:58:02 -07:00
2018-03-28 10:05:47 -07:00
2018-04-22 09:24:38 -04: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