-
Notifications
You must be signed in to change notification settings - Fork 3.8k
/
DESCRIPTION
executable file
·44 lines (44 loc) · 1.78 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: lightgbm
Type: Package
Title: Light Gradient Boosting Machine
Version: 2.3.2
Date: 2019-11-26
Authors@R: c(
person("Guolin", "Ke", email = "[email protected]", role = c("aut", "cre")),
person("Damien", "Soukhavong", email = "[email protected]", role = c("ctb")),
person("Yachen", "Yan", role = c("ctb")),
person("James", "Lamb", email="[email protected]", 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.
2. Lower memory usage.
3. Better accuracy.
4. Parallel learning supported.
5. Capable of handling large-scale data.
In recognition of these advantages, LightGBM has been widely-used in many winning solutions of machine learning competitions.
Comparison experiments on public datasets suggest that LightGBM can outperform existing boosting frameworks on both efficiency and accuracy, with significantly lower memory consumption. In addition, parallel experiments suggest that in certain circumstances, LightGBM can achieve a linear speed-up in training time by using multiple machines.
Encoding: UTF-8
License: MIT + file LICENSE
URL: https://github.com/Microsoft/LightGBM
BugReports: https://github.com/Microsoft/LightGBM/issues
NeedsCompilation: yes
Biarch: false
Suggests:
ggplot2 (>= 1.0.1),
knitr,
rmarkdown,
testthat
Depends:
R (>= 3.4),
R6 (>= 2.0)
Imports:
data.table (>= 1.9.6),
graphics,
jsonlite (>= 1.0),
Matrix (>= 1.1-0),
methods,
utils
SystemRequirements:
C++11
RoxygenNote: 7.0.2