xgboost/R-package
Jiaming Yuan 663136aa08
Implement feature score for linear model. (#7048)
* Add feature score support for linear model.
* Port R interface to the new implementation.
* Add linear model support in Python.

Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
2021-06-25 14:34:02 +08:00
..
2015-01-20 15:51:42 -08:00
2021-05-11 20:44:36 +08:00
2021-06-11 13:03:29 +08:00
2015-07-24 11:58:02 -07: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