Unverified Commit 7d5bfdaf authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] Updated package metadata in DESCRIPTION (#2993)

parent 381c2970
...@@ -4,11 +4,11 @@ Title: Light Gradient Boosting Machine ...@@ -4,11 +4,11 @@ Title: Light Gradient Boosting Machine
Version: 2.3.2 Version: 2.3.2
Date: 2019-11-26 Date: 2019-11-26
Authors@R: c( Authors@R: c(
person("Guolin", "Ke", email = "guolin.ke@microsoft.com", role = c("aut", "cre")), person("Guolin", "Ke", email = "guolin.ke@microsoft.com", role = c("aut", "cre")),
person("Damien", "Soukhavong", email = "damien.soukhavong@skema.edu", role = c("ctb")), person("Damien", "Soukhavong", email = "damien.soukhavong@skema.edu", role = c("ctb")),
person("Yachen", "Yan", role = c("ctb")), person("Yachen", "Yan", role = c("ctb")),
person("James", "Lamb", email="jaylamb20@gmail.com", role = c("ctb")) person("James", "Lamb", email="jaylamb20@gmail.com", role = c("ctb"))
) )
Description: Tree based algorithms can be improved by introducing boosting frameworks. LightGBM is one such framework, and this package offers an R interface to work with it. Description: Tree based algorithms can be improved by introducing boosting frameworks. LightGBM is one such framework, and this package offers an R interface to work with it.
It is designed to be distributed and efficient with the following advantages: It is designed to be distributed and efficient with the following advantages:
1. Faster training speed and higher efficiency. 1. Faster training speed and higher efficiency.
...@@ -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.
Encoding: UTF-8 Encoding: UTF-8
License: MIT + file LICENSE License: MIT + file LICENSE
URL: https://github.com/Microsoft/LightGBM URL: https://github.com/Microsoft/LightGBM
BugReports: https://github.com/Microsoft/LightGBM/issues BugReports: https://github.com/Microsoft/LightGBM/issues
NeedsCompilation: yes
Biarch: false
Suggests: Suggests:
ggplot2 (>= 1.0.1), ggplot2 (>= 1.0.1),
knitr, knitr,
...@@ -37,4 +39,6 @@ Imports: ...@@ -37,4 +39,6 @@ Imports:
Matrix (>= 1.1-0), Matrix (>= 1.1-0),
methods, methods,
utils utils
SystemRequirements:
C++11
RoxygenNote: 7.0.2 RoxygenNote: 7.0.2
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