-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
63 lines (63 loc) · 2.02 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: gbm
Version: 2.2.2
Title: Generalized Boosted Regression Models
Authors@R: c(
person("Greg", "Ridgeway",
email = "gridge@upenn.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6911-0804")),
person("Daniel", "Edwards",
email = "unknown@unknown.com",
role = "ctb"),
person("Brian", "Kriegler",
email = "bkriegler@econone.com",
role = "ctb"),
person("Stefan", "Schroedl",
email = "stefan@atomwise.com",
role = "ctb"),
person("Harry", "Southworth",
email = "harry@dataclarityconsulting.co.uk",
role = "ctb"),
person("Brandon", "Greenwell",
email = "greenwell.brandon@gmail.com",
role = "ctb",
comment = c(ORCID = "0000-0002-8120-0084")),
person("Bradley", "Boehmke",
email = "bradleyboehmke@gmail.com",
role = "ctb",
comment = c(ORCID = "0000-0002-3611-8516")),
person("Jay", "Cunningham",
email = "james@notbadafterall.com",
role = "ctb"),
person("GBM", "Developers",
role = "aut",
comment = "https://github.com/gbm-developers")
)
Depends: R (>= 2.9.0)
Imports:
lattice,
parallel,
survival
Suggests:
covr,
gridExtra,
knitr,
pdp,
RUnit,
splines,
tinytest,
vip,
viridis
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). Originally developed by Greg Ridgeway.
Newer version available at github.com/gbm-developers/gbm3.
License: GPL (>= 2) | file LICENSE
URL: https://github.com/gbm-developers/gbm
BugReports: https://github.com/gbm-developers/gbm/issues
Encoding: UTF-8
RoxygenNote: 7.3.1
VignetteBuilder: knitr