"vscode:/vscode.git/clone" did not exist on "ebb07f019a611ec9d3712aadbc9e725faaa9c78c"
Unverified Commit e6048b64 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] add new copyright holder in DESCRIPTION (#3409)

* [R-package] add new copyright holder in DESCRIPTION

* fix role
parent df37bcee
......@@ -7,7 +7,8 @@ Authors@R: c(
person("Guolin", "Ke", email = "guolin.ke@microsoft.com", role = c("aut", "cre")),
person("Damien", "Soukhavong", email = "damien.soukhavong@skema.edu", role = c("aut")),
person("Yachen", "Yan", role = c("ctb")),
person("James", "Lamb", email="jaylamb20@gmail.com", role = c("aut"))
person("James", "Lamb", email="jaylamb20@gmail.com", role = c("aut")),
person("IBM Corporation", 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.
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