Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
.github/ | H | 22-Nov-2021 | - | 673 | 588 | |
R-package/ | H | 03-May-2022 | - | 18,125 | 12,454 | |
amalgamation/ | H | 22-Nov-2021 | - | 101 | 66 | |
cmake/ | H | 22-Nov-2021 | - | 879 | 751 | |
cub/ | H | 03-May-2022 | - | 77,489 | 42,661 | |
demo/ | H | 22-Nov-2021 | - | 22,106 | 20,547 | |
dev/ | H | 22-Nov-2021 | - | 296 | 232 | |
dmlc-core/ | H | 22-Nov-2021 | - | |||
doc/ | H | 03-May-2022 | - | 11,533 | 8,441 | |
gputreeshap/ | H | 03-May-2022 | - | 3,592 | 2,819 | |
include/xgboost/ | H | 22-Nov-2021 | - | 6,634 | 3,258 | |
jvm-packages/ | H | 03-May-2022 | - | 21,082 | 13,721 | |
plugin/ | H | 03-May-2022 | - | 1,068 | 839 | |
python-package/ | H | 22-Nov-2021 | - | 10,657 | 8,742 | |
rabit/ | H | 03-May-2022 | - | 6,076 | 4,155 | |
src/ | H | 03-May-2022 | - | 42,339 | 32,845 | |
tests/ | H | 22-Nov-2021 | - | 33,732 | 26,896 | |
.clang-tidy | H A D | 22-Nov-2021 | 1.9 KiB | 22 | 21 | |
.editorconfig | H A D | 22-Nov-2021 | 141 | 12 | 9 | |
.gitignore | H A D | 22-Nov-2021 | 1.3 KiB | 128 | 115 | |
.gitmodules | H A D | 22-Nov-2021 | 262 | 11 | 10 | |
.travis.yml | H A D | 22-Nov-2021 | 1.2 KiB | 54 | 40 | |
CITATION | H A D | 22-Nov-2021 | 620 | 19 | 17 | |
CONTRIBUTORS.md | H A D | 22-Nov-2021 | 6.2 KiB | 107 | 97 | |
Jenkinsfile | H A D | 22-Nov-2021 | 18.6 KiB | 454 | 425 | |
Jenkinsfile-win64 | H A D | 22-Nov-2021 | 4.9 KiB | 164 | 152 | |
LICENSE | H A D | 22-Nov-2021 | 11.1 KiB | 202 | 169 | |
Makefile | H A D | 22-Nov-2021 | 5.2 KiB | 166 | 129 | |
NEWS.md | H A D | 22-Nov-2021 | 143.3 KiB | 1,975 | 1,727 | |
README.md | H A D | 22-Nov-2021 | 5.4 KiB | 70 | 56 |
README.md
1<img src=https://raw.githubusercontent.com/dmlc/dmlc.github.io/master/img/logo-m/xgboost.png width=135/> eXtreme Gradient Boosting 2=========== 3[![Build Status](https://xgboost-ci.net/job/xgboost/job/master/badge/icon)](https://xgboost-ci.net/blue/organizations/jenkins/xgboost/activity) 4[![Build Status](https://img.shields.io/travis/dmlc/xgboost.svg?label=build&logo=travis&branch=master)](https://travis-ci.org/dmlc/xgboost) 5[![XGBoost-CI](https://github.com/dmlc/xgboost/workflows/XGBoost-CI/badge.svg?branch=master)](https://github.com/dmlc/xgboost/actions) 6[![Documentation Status](https://readthedocs.org/projects/xgboost/badge/?version=latest)](https://xgboost.readthedocs.org) 7[![GitHub license](http://dmlc.github.io/img/apache2.svg)](./LICENSE) 8[![CRAN Status Badge](http://www.r-pkg.org/badges/version/xgboost)](http://cran.r-project.org/web/packages/xgboost) 9[![PyPI version](https://badge.fury.io/py/xgboost.svg)](https://pypi.python.org/pypi/xgboost/) 10[![Conda version](https://img.shields.io/conda/vn/conda-forge/py-xgboost.svg)](https://anaconda.org/conda-forge/py-xgboost) 11[![Optuna](https://img.shields.io/badge/Optuna-integrated-blue)](https://optuna.org) 12[![Twitter](https://img.shields.io/badge/@XGBoostProject--_.svg?style=social&logo=twitter)](https://twitter.com/XGBoostProject) 13 14[Community](https://xgboost.ai/community) | 15[Documentation](https://xgboost.readthedocs.org) | 16[Resources](demo/README.md) | 17[Contributors](CONTRIBUTORS.md) | 18[Release Notes](NEWS.md) 19 20XGBoost is an optimized distributed gradient boosting library designed to be highly ***efficient***, ***flexible*** and ***portable***. 21It implements machine learning algorithms under the [Gradient Boosting](https://en.wikipedia.org/wiki/Gradient_boosting) framework. 22XGBoost provides a parallel tree boosting (also known as GBDT, GBM) that solve many data science problems in a fast and accurate way. 23The same code runs on major distributed environment (Kubernetes, Hadoop, SGE, MPI, Dask) and can solve problems beyond billions of examples. 24 25License 26------- 27© Contributors, 2021. Licensed under an [Apache-2](https://github.com/dmlc/xgboost/blob/master/LICENSE) license. 28 29Contribute to XGBoost 30--------------------- 31XGBoost has been developed and used by a group of active community members. Your help is very valuable to make the package better for everyone. 32Checkout the [Community Page](https://xgboost.ai/community). 33 34Reference 35--------- 36- Tianqi Chen and Carlos Guestrin. [XGBoost: A Scalable Tree Boosting System](http://arxiv.org/abs/1603.02754). In 22nd SIGKDD Conference on Knowledge Discovery and Data Mining, 2016 37- XGBoost originates from research project at University of Washington. 38 39Sponsors 40-------- 41Become a sponsor and get a logo here. See details at [Sponsoring the XGBoost Project](https://xgboost.ai/sponsors). The funds are used to defray the cost of continuous integration and testing infrastructure (https://xgboost-ci.net). 42 43## Open Source Collective sponsors 44[![Backers on Open Collective](https://opencollective.com/xgboost/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/xgboost/sponsors/badge.svg)](#sponsors) 45 46### Sponsors 47[[Become a sponsor](https://opencollective.com/xgboost#sponsor)] 48 49<!--<a href="https://opencollective.com/xgboost/sponsor/0/website" target="_blank"><img src="https://opencollective.com/xgboost/sponsor/0/avatar.svg"></a>--> 50<a href="https://www.nvidia.com/en-us/" target="_blank"><img src="https://raw.githubusercontent.com/xgboost-ai/xgboost-ai.github.io/master/images/sponsors/nvidia.jpg" alt="NVIDIA" width="72" height="72"></a> 51<a href="https://opencollective.com/xgboost/sponsor/1/website" target="_blank"><img src="https://opencollective.com/xgboost/sponsor/1/avatar.svg"></a> 52<a href="https://opencollective.com/xgboost/sponsor/2/website" target="_blank"><img src="https://opencollective.com/xgboost/sponsor/2/avatar.svg"></a> 53<a href="https://opencollective.com/xgboost/sponsor/3/website" target="_blank"><img src="https://opencollective.com/xgboost/sponsor/3/avatar.svg"></a> 54<a href="https://opencollective.com/xgboost/sponsor/4/website" target="_blank"><img src="https://opencollective.com/xgboost/sponsor/4/avatar.svg"></a> 55<a href="https://opencollective.com/xgboost/sponsor/5/website" target="_blank"><img src="https://opencollective.com/xgboost/sponsor/5/avatar.svg"></a> 56<a href="https://opencollective.com/xgboost/sponsor/6/website" target="_blank"><img src="https://opencollective.com/xgboost/sponsor/6/avatar.svg"></a> 57<a href="https://opencollective.com/xgboost/sponsor/7/website" target="_blank"><img src="https://opencollective.com/xgboost/sponsor/7/avatar.svg"></a> 58<a href="https://opencollective.com/xgboost/sponsor/8/website" target="_blank"><img src="https://opencollective.com/xgboost/sponsor/8/avatar.svg"></a> 59<a href="https://opencollective.com/xgboost/sponsor/9/website" target="_blank"><img src="https://opencollective.com/xgboost/sponsor/9/avatar.svg"></a> 60 61### Backers 62[[Become a backer](https://opencollective.com/xgboost#backer)] 63 64<a href="https://opencollective.com/xgboost#backers" target="_blank"><img src="https://opencollective.com/xgboost/backers.svg?width=890"></a> 65 66## Other sponsors 67The sponsors in this list are donating cloud hours in lieu of cash donation. 68 69<a href="https://aws.amazon.com/" target="_blank"><img src="https://raw.githubusercontent.com/xgboost-ai/xgboost-ai.github.io/master/images/sponsors/aws.png" alt="Amazon Web Services" width="72" height="72"></a> 70