xgboost/R-package
Kodi Arfer f2277e7106 Use DART tree weights when computing SHAPs (#5050)
This PR fixes tree weights in dart being ignored when computing contributions.

* Fix ellpack page source link.
* Add tree weights to compute contribution.
2019-12-03 19:55:53 +08:00
..
2015-01-20 15:51:42 -08:00
2019-08-07 11:43:20 +12:00
2019-07-25 00:37:38 -07:00
2019-08-21 21:42:37 -04:00
2019-09-17 21:26:54 -04:00
2015-07-24 11:58:02 -07:00
2019-07-25 00:37:38 -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