@@ -16,12 +16,14 @@ Description: Tree based algorithms can be improved by introducing boosting frame
...
@@ -16,12 +16,14 @@ Description: Tree based algorithms can be improved by introducing boosting frame
3. Better accuracy.
3. Better accuracy.
4. Parallel learning supported.
4. Parallel learning supported.
5. Capable of handling large-scale data.
5. Capable of handling large-scale data.
In recognition of these advantages, LightGBM has being widely-used in many winning solutions of machine learning competitions.
In recognition of these advantages, LightGBM has been widely-used in many winning solutions of machine learning competitions.
Comparison experiments on public datasets suggest that LightGBM can outperform existing boosting frameworks on both efficiency and accuracy, with significantly lower memory consumption. In addition, parallel experiments suggest that in certain circumstances, LightGBM can achieve a linear speed-up in training time by using multiple machines.
Comparison experiments on public datasets suggest that LightGBM can outperform existing boosting frameworks on both efficiency and accuracy, with significantly lower memory consumption. In addition, parallel experiments suggest that in certain circumstances, LightGBM can achieve a linear speed-up in training time by using multiple machines.