xgboost/R-package
Philip Hyunsu Cho fb56da5e8b
Add global configuration (#6414)
* Add management functions for global configuration: XGBSetGlobalConfig(), XGBGetGlobalConfig().
* Add Python interface: set_config(), get_config(), and config_context().
* Add unit tests for Python
* Add R interface: xgb.set.config(), xgb.get.config()
* Add unit tests for R

Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
2020-12-03 00:05:18 -08:00
..
2015-01-20 15:51:42 -08:00
2020-12-03 00:05:18 -08:00
2020-12-03 00:05:18 -08:00
2020-12-03 00:05:18 -08:00
2020-12-03 00:05:18 -08:00
2015-07-24 11:58:02 -07:00
2020-12-03 00:05:18 -08:00
2020-12-03 00:05:18 -08: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