xgboost/R-package
Jiaming Yuan 972730cde0
Use matrix for gradient. (#9508)
- Use the `linalg::Matrix` for storing gradients.
- New API for the custom objective.
- Custom objective for multi-class/multi-target is now required to return the correct shape.
- Custom objective for Python can accept arrays with any strides. (row-major, column-major)
2023-08-24 05:29:52 +08:00
..
2015-01-20 15:51:42 -08:00
2023-08-10 17:49:16 +08:00
2023-08-24 05:29:52 +08:00
2023-08-24 05:29:52 +08:00
2023-08-11 21:26:46 +08:00
2015-07-24 11:58:02 -07:00
2023-08-18 01:04:04 +08:00
2023-08-18 01:04:04 +08:00
2023-03-30 19:09:07 +08:00
2021-03-30 22:27:30 +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