Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuehui1991 authored Oct 19, 2016
1 parent 3a6c094 commit 831675b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ LightGBM is a gradient boosting framework that is using tree based learning algo
- Parallel learning supported
- Deal with large scale of data

For the details, please refer to [Features](https://github.com/Microsoft/LightGBM/wiki/Features).
For more details, please refer to [Features](https://github.com/Microsoft/LightGBM/wiki/Features).

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.
The [experiments](https://github.com/Microsoft/LightGBM/wiki/Experiments#comparison-experiment) on public dataset show that LightGBM outperform other existing boosting tools on both efficiency and accuracy, with significant lower memory consumption. What's more, the [experiments](https://github.com/Microsoft/LightGBM/wiki/Experiments#parallel-experiment) show that LightGBM can achieve linear speed-up by using multiple machines for training in specific settings.

Get Started
------------
Expand Down

0 comments on commit 831675b

Please sign in to comment.