"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "fe15761b683e796cf68d097b301d171bbffd6aff"
Commit f9552055 authored by James Lamb's avatar James Lamb Committed by Guolin Ke
Browse files

[R-package] Removed blank line in DESCRIPTION (#1273)

parent 6bb61ea3
...@@ -13,7 +13,6 @@ Description: Tree based algorithms can be improved by introducing boosting frame ...@@ -13,7 +13,6 @@ Description: Tree based algorithms can be improved by introducing boosting frame
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 being 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.
License: MIT + file LICENSE License: MIT + file LICENSE
URL: https://github.com/Microsoft/LightGBM URL: https://github.com/Microsoft/LightGBM
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment