Skip to content

Commit

Permalink
[R-package] add new copyright holder in DESCRIPTION (microsoft#3409)
Browse files Browse the repository at this point in the history
* [R-package] add new copyright holder in DESCRIPTION

* fix role
  • Loading branch information
jameslamb committed Sep 30, 2020
1 parent 1ea66bf commit cac7cba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R-package/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Authors@R: c(
person("Dropbox, Inc.", role = c("cph")),
person("Jay", "Loden", role = c("cph")),
person("Dave", "Daeschler", role = c("cph")),
person("Giampaolo", "Rodola", role = c("cph"))
person("Giampaolo", "Rodola", role = c("cph")),
person("IBM Corporation", role = c("ctb"))
)
Description: Tree based algorithms can be improved by introducing boosting frameworks.
'LightGBM' is one such framework, based on Ke, Guolin et al. (2017) <https://papers.nips.cc/paper/6907-lightgbm-a-highly-efficient-gradient-boosting-decision>.
Expand Down

0 comments on commit cac7cba

Please sign in to comment.