-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 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
35
36
37
38
39
40
41
42
43
Package: kappaRule
Type: Package
Title: Implementation of the ruleFit algorithm by Friedman and Popescue
Version: 0.1.0
Authors@R: c(person("Sebastian", "Rauschert",
email = "[email protected]", role = c("aut", "cre")))
Maintainer: Sebastian Rauschert <[email protected]>
Description: This model is a fast and parallel implementation of the RuleFit algorithm based on the work by Friedman
and Popescu (Friedman JH, Popescu BE. Predictive learning via rule ensembles. The Annals of Applied Statistics. 2008;2(3):916-54.).
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports:
ranger,
glmnet,
doMC,
doParallel,
parallel,
foreach,
tidyverse,
data.table,
caret,
tidypredict,
progress,
stringr,
dplyr,
magrittr,
plyr,
iterators,
lattice,
grid,
ggplot2,
rmarkdown,
knitr,
plotly,
DT,
pander,
lubridate,
pROC,
tidyr,
tidyselect (>= 1.1.0)
RoxygenNote: 7.1.1