forked from gbm-developers/gbm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
46 lines (46 loc) · 1.45 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
45
46
Package: gbm
Version: 2.1.4
Title: Generalized Boosted Regression Models
Authors@R: c(
person("Greg", "Ridgeway",
email = "gregridgeway@gmail.com",
role = "aut"),
person("Brandon", "Greenwell",
email = "greenwell.brandon@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8120-0084")),
person("Bradley", "Boehmke",
email = "bradleyboehmke@gmail.com",
role = "aut",
comment = c(ORCID = "0000-0002-3611-8516")),
person("Jay", "Cunningham",
email = "james@notbadafterall.com",
role = "aut"),
person("GBM", "Developers", role = "aut",
comment = "https://github.com/gbm-developers")
)
Depends: R (>= 2.9.0)
Imports:
gridExtra,
lattice,
parallel,
survival
Suggests:
knitr,
pdp,
RUnit,
splines,
viridis,
rsample,
rmarkdown
Description: An implementation of extensions to Freund and Schapire's AdaBoost
algorithm and Friedman's gradient boosting machine. Includes regression
methods for least squares, absolute loss, t-distribution loss, quantile
regression, logistic, multinomial logistic, Poisson, Cox proportional hazards
partial likelihood, AdaBoost exponential loss, Huberized hinge loss, and
Learning to Rank measures (LambdaMart).
License: GPL (>= 2) | file LICENSE
URL: https://github.com/gbm-developers/gbm
BugReports: https://github.com/gbm-developers/gbm/issues
RoxygenNote: 6.0.1
VignetteBuilder: knitr