@@ -9,7 +9,7 @@ LightGBM is a gradient boosting framework that using tree based learning algorit
...
@@ -9,7 +9,7 @@ LightGBM is a gradient boosting framework that using tree based learning algorit
- Parallel learning supported
- Parallel learning supported
- Deal with large scale of data
- Deal with large scale of data
For the details, please refer to [Feature Highlights](https://github.com/Microsoft/LightGBM/wiki/Feature-Highlight).
For the 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 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.
...
@@ -20,12 +20,12 @@ For a quick start, please follow the [Installation Guide](https://github.com/Mi
...
@@ -20,12 +20,12 @@ For a quick start, please follow the [Installation Guide](https://github.com/Mi