xgboost/R-package
Philip Hyunsu Cho 34408a7fdc
Release patch release 1.1.1 with faster CPU performance (#5732)
* Fix release degradation (#5720)

* fix release degradation, related to 5666

* less resizes

Co-authored-by: SHVETS, KIRILL <kirill.shvets@intel.com>

* Make 1.1.1 patch release

* Disable too-many-function-args pylint warning for predict()

* Fix Windows CI

* Remove cpplint

Co-authored-by: ShvetsKS <33296480+ShvetsKS@users.noreply.github.com>
Co-authored-by: SHVETS, KIRILL <kirill.shvets@intel.com>
2020-06-04 10:56:07 -07:00
..
2015-01-20 15:51:42 -08:00
2019-08-07 11:43:20 +12:00
2020-04-11 17:16:54 +08:00
2020-04-11 17:16:54 +08:00
2015-07-24 11:58:02 -07:00
2020-04-11 17:16:54 +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