README.md 1.14 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
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
==========




LightGBM is a gradient boosting framework that using histogram based tree learning algorithm. It can outperform existing boosting tools on both learning speed and accuracy. Our [experiments](https://github.com/Microsoft/LightGBM/wiki/Experiments#comparison-experiment) shows it is about 6x faster than xgboost with much better prediction accuracy.

LightGBM can be run on multiple machines, Our [experiments](https://github.com/Microsoft/LightGBM/wiki/Experiments#parallel-experiment) shows it can perform linear speed up in parallel learning. 

* [**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)