README.md 2.04 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
==========

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

Guolin Ke's avatar
Guolin Ke committed
6
7
8
9
10
- Fast training speed
- Low memory consumption
- Better accuracy
- Efficient parallel learning
- Can learn from very big data
Guolin Ke's avatar
Guolin Ke committed
11

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

Guolin Ke's avatar
Guolin Ke committed
14
15
16
17
18
19
20
21
The [experiments](https://github.com/Microsoft/LightGBM/wiki/Experiments#comparison-experiment) on real data also show LightGBM can outperform other existing boosting tools on both learning efficiency and accuracy, with much lower memory consumption. And LightGBM can achieve linear speed-up for parallel learning in our [experiments](https://github.com/Microsoft/LightGBM/wiki/Experiments#parallel-experiment).

Get Started
------------
To quick start,  please refer to [Installation](https://github.com/Microsoft/LightGBM/wiki/Installation-Guide) and [Quick Start](https://github.com/Microsoft/LightGBM/wiki/Quick-Start).

Documents
------------
Guolin Ke's avatar
Guolin Ke committed
22
23
24
* [**Wiki**](https://github.com/Microsoft/LightGBM/wiki)
* [**Installation**](https://github.com/Microsoft/LightGBM/wiki/Installation-Guide) 
* [**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
27
28
29
30
* [**Feature Highlight**](https://github.com/Microsoft/LightGBM/wiki/Feature-Highlight) 
* [**Parallel Learning Guide**](https://github.com/Microsoft/LightGBM/wiki/Parallel-Learning-Guide) 
* [**Parameters**](https://github.com/Microsoft/LightGBM/wiki/Parameters) 


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.