DESCRIPTION 1.08 KB
Newer Older
Guolin Ke's avatar
Guolin Ke committed
1
2
3
Package: lightgbm
Type: Package
Title: Light Gradient Boosting Machine
Guolin Ke's avatar
Guolin Ke committed
4
5
Version: 2.0.8
Date: 2017-10-14
Guolin Ke's avatar
Guolin Ke committed
6
7
8
9
Author: Guolin Ke <guolin.ke@microsoft.com>
Maintainer: Guolin Ke <guolin.ke@microsoft.com>
Description: LightGBM is a gradient boosting framework that uses tree based learning algorithms. 
    It is designed to be distributed and efficient with the following advantages:
Laurae's avatar
Laurae committed
10
11
12
13
14
15
        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.
License: MIT + file LICENSE
Guolin Ke's avatar
Guolin Ke committed
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
URL: https://github.com/Microsoft/LightGBM
BugReports: https://github.com/Microsoft/LightGBM/issues
VignetteBuilder: knitr
Suggests:
    knitr,
    rmarkdown,
    ggplot2 (>= 1.0.1),
    DiagrammeR (>= 0.8.1),
    Ckmeans.1d.dp (>= 3.3.1),
    vcd (>= 1.3),
    testthat,
    igraph (>= 1.0.1),
    stringi (>= 0.5.2)
Depends:
    R (>= 3.0),
31
    R6 (>= 2.0)
Guolin Ke's avatar
Guolin Ke committed
32
Imports:
33
    methods,
Guolin Ke's avatar
Guolin Ke committed
34
    Matrix (>= 1.1-0),
35
36
    data.table (>= 1.9.6),
    magrittr (>= 1.5),
37
    jsonlite (>= 1.0)
38
RoxygenNote: 6.0.1