Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guolinke authored Sep 30, 2016
1 parent c1cc88a commit deada50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LightGBM, Light Gradient Boosting Machine



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 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 better both on speed and accuracy than other boosting tools.

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.

Expand Down

0 comments on commit deada50

Please sign in to comment.