-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.48 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
Package: aorsf
Title: Accelerated Oblique Random Forests
Version: 0.1.5.9001
Authors@R: c(
person("Byron", "Jaeger", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7399-2299")),
person("Nicholas", "Pajewski", role = "ctb"),
person("Sawyer", "Welden", , "[email protected]", role = "ctb"),
person("Christopher", "Jackson", , "[email protected]", role = "rev"),
person("Marvin", "Wright", role = "rev"),
person("Lukas", "Burk", role = "rev")
)
Description: Fit, interpret, and compute predictions with oblique random
forests. Includes support for partial dependence, variable importance,
passing customized functions for variable importance and identification
of linear combinations of features. Methods for the oblique random
survival forest are described in Jaeger et al., (2023)
<DOI:10.1080/10618600.2023.2231048>.
License: MIT + file LICENSE
URL: https://github.com/ropensci/aorsf, https://docs.ropensci.org/aorsf/
BugReports: https://github.com/ropensci/aorsf/issues/
Depends:
R (>= 3.6)
Imports:
collapse,
data.table,
lifecycle,
R6,
Rcpp,
utils
Suggests:
covr,
ggplot2,
glmnet,
knitr,
rmarkdown,
survival,
SurvMetrics,
testthat (>= 3.0.0),
tibble,
units
LinkingTo:
Rcpp,
RcppArmadillo
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2