-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
32 lines (32 loc) · 958 Bytes
/
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
Package: mvtboost
Type: Package
Title: Tree Boosting for Multivariate Outcomes
Version: 0.6.0
Date: 2017-01-25
Author: Patrick Miller [aut, cre], Daniel B. McArtor [aut]
Maintainer: Patrick Miller <[email protected]>
Description: Fits a multivariate model of decision trees for multiple, continuous outcome variables. A model for each outcome variable is fit separately, selecting predictors that explain covariance in the outcomes. Built on top of 'gbm', which fits an ensemble of decision trees to univariate outcomes.
License: Apache License (== 2.0) | file LICENSE
URL: https://github.com/patr1ckm/mvtboost
BugReports: https://github.com/patr1ckm/mvtboost/issues
Depends:
R (>= 3.0.0),
gbm (>= 2.2)
Suggests:
testthat,
parallel,
knitr,
rmarkdown,
ggplot2
Imports:
stats,
graphics,
grDevices,
utils,
lme4,
methods,
pbmcapply
Remotes:
patr1ckm/gbm
VignetteBuilder: knitr
RoxygenNote: 6.0.1