forked from gbm-developers/gbm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.1 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
Package: gbm
Version: 2.1.3.9000
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")),
person("GBM", "Developers", role = "aut",
comment = "https://github.com/gbm-developers")
)
Depends: R (>= 2.9.0)
Imports:
lattice,
parallel,
survival
Suggests:
pdp,
RUnit,
splines,
knitr
Description: This package implements extension 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