Commit eb913ebd authored by Laurae's avatar Laurae Committed by Guolin Ke
Browse files

Add R authors to the list (#1285)

* Add authors Microsoft/LightGBM#1260

* Add line break at the end of file
parent 172b68ba
......@@ -2,9 +2,13 @@ Package: lightgbm
Type: Package
Title: Light Gradient Boosting Machine
Version: 2.1.0
Date: 2018-01-25
Author: Guolin Ke <guolin.ke@microsoft.com>
Maintainer: Guolin Ke <guolin.ke@microsoft.com>
Date: 2018-03-24
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("ctb")),
person("Yachen", "Yan", role = c("ctb")),
person("James", "Lamb", 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:
1. Faster training speed and higher efficiency.
......
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