forked from ck37/varimpact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 852 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
33
34
35
36
37
38
39
Package: varImpact
Type: Package
Title: Variable importance estimation using causal inference (TMLE)
Version: 1.1
Date: 2016-07-07
Authors@R: as.person(c(
"Alan Hubbard <[email protected]> [aut, cre]",
"Chris Kennedy <[email protected]> [aut]"
))
URL: http://github.com/ck37/varImpact
BugReports: https://github.com/ck37/varImpact/issues
Description: Automated data processing and variable importance using data-
adaptive target parameter methods combined with TMLE. Returns an ordered
variable list of importance.
License: GPL (>= 2)
Depends:
SuperLearner
Imports:
arules,
caret,
cvTools,
foreach,
glmnet,
histogram,
hopach,
MASS,
multtest,
RANN,
tmle,
xtable
biocViews:
Suggests:
doMC,
doParallel,
doSNOW,
mlbench,
RhpcBLASctl,
testthat
RoxygenNote: 5.0.1