README.md 2.07 KB
Newer Older
Guolin Ke's avatar
Guolin Ke committed
1
LightGBM, Light Gradient Boosting Machine
Guolin Ke's avatar
Guolin Ke committed
2
3
==========

Aerosoul's avatar
Aerosoul committed
4
LightGBM is a gradient boosting framework that using tree based learning algorithms. It is designed to be distributed and efficient with following advantages:
Guolin Ke's avatar
Guolin Ke committed
5

Guolin Ke's avatar
Guolin Ke committed
6
- Fast training efficiency
Aerosoul's avatar
Aerosoul committed
7
- Low memory usage
Guolin Ke's avatar
Guolin Ke committed
8
- Better accuracy
Guolin Ke's avatar
Guolin Ke committed
9
10
- Parallel learning supported
- Deal with large scale of data
Guolin Ke's avatar
Guolin Ke committed
11

Guolin Ke's avatar
Guolin Ke committed
12
For the details, please refer to [Features](https://github.com/Microsoft/LightGBM/wiki/Features).
Guolin Ke's avatar
Guolin Ke committed
13

Aerosoul's avatar
Aerosoul committed
14
The [experiments](https://github.com/Microsoft/LightGBM/wiki/Experiments#comparison-experiment) on the public data also shows that LightGBM can outperform other existing boosting tools on both learning efficiency and accuracy, with significant lower memory consumption. What's more, the [experiments](https://github.com/Microsoft/LightGBM/wiki/Experiments#parallel-experiment) shows that LightGBM can achieve linear speed-up by using multiple machines for training in specific settings. 
Guolin Ke's avatar
Guolin Ke committed
15
16
17

Get Started
------------
Aerosoul's avatar
Aerosoul committed
18
For a quick start,  please follow the [Installation Guide](https://github.com/Microsoft/LightGBM/wiki/Installation-Guide) and [Quick Start](https://github.com/Microsoft/LightGBM/wiki/Quick-Start).
Guolin Ke's avatar
Guolin Ke committed
19
20
21

Documents
------------
Guolin Ke's avatar
Guolin Ke committed
22
* [**Wiki**](https://github.com/Microsoft/LightGBM/wiki)
Guolin Ke's avatar
Guolin Ke committed
23
* [**Installation Guide**](https://github.com/Microsoft/LightGBM/wiki/Installation-Guide) 
Guolin Ke's avatar
Guolin Ke committed
24
* [**Quick Start**](https://github.com/Microsoft/LightGBM/wiki/Quick-Start)
Guolin Ke's avatar
Guolin Ke committed
25
* [**Examples**](https://github.com/Microsoft/LightGBM/tree/master/examples)
Guolin Ke's avatar
Guolin Ke committed
26
* [**Features**](https://github.com/Microsoft/LightGBM/wiki/Features) 
Guolin Ke's avatar
Guolin Ke committed
27
* [**Parallel Learning Guide**](https://github.com/Microsoft/LightGBM/wiki/Parallel-Learning-Guide) 
Guolin Ke's avatar
Guolin Ke committed
28
* [**Configuration**](https://github.com/Microsoft/LightGBM/wiki/Configuration) 
Guolin Ke's avatar
Guolin Ke committed
29
30


Guolin Ke's avatar
Guolin Ke committed
31
32
Microsoft Open Source Code of Conduct
------------
Guolin Ke's avatar
Guolin Ke committed
33

Guolin Ke's avatar
Guolin Ke committed
34
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.