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


Aerosoul's avatar
Aerosoul committed
5
LightGBM is a gradient boosting framework that using tree based learning algorithms. It can outperform existing boosting tools on both learning efficiency and accuracy. Our [experiments](https://github.com/Microsoft/LightGBM/wiki/Experiments#comparison-experiment) shows that the result of efficiency and accuracy are better than other boosting tools.
Guolin Ke's avatar
Guolin Ke committed
6

Aerosoul's avatar
Aerosoul committed
7
LightGBM can leveraging multiple machines to speed-up the training procedure, which can achive linear speed-up in our [experiments](https://github.com/Microsoft/LightGBM/wiki/Experiments#parallel-experiment) settings. 
Guolin Ke's avatar
Guolin Ke committed
8
9
10
11
12
13
14
15
16
17
18
19
20
21

* [**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)
* [**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) 
* [**Examples**](https://github.com/Microsoft/LightGBM/tree/master/examples)