Commit b0b45911 authored by James Lamb's avatar James Lamb Committed by Nikita Titov
Browse files

updated R-package authors (#2321)

parent 8f446be7
...@@ -7,7 +7,7 @@ Authors@R: c( ...@@ -7,7 +7,7 @@ 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="james.lamb@uptake.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:
......
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