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

[R-package] [docs] add Michael Mayer to DESCRIPTION (#4867)

parent 46d29e8a
...@@ -26,7 +26,8 @@ Authors@R: c( ...@@ -26,7 +26,8 @@ Authors@R: c(
person("Daniel", "Lemire", role = c("ctb")), person("Daniel", "Lemire", role = c("ctb")),
person("Victor", "Zverovich", role = c("cph")), person("Victor", "Zverovich", role = c("cph")),
person("IBM Corporation", role = c("ctb")), person("IBM Corporation", role = c("ctb")),
person("David", "Cortes", role = c("ctb")) person("David", "Cortes", role = c("ctb")),
person("Michael", "Mayer", role = c("ctb"))
) )
Description: Tree based algorithms can be improved by introducing boosting frameworks. 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>. '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>.
......
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