-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.37 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: hstats
Title: Interaction Statistics
Version: 1.2.2
Authors@R: c(
person("Michael", "Mayer", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0007-2540-9629")),
person("Przemyslaw", "Biecek", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-8423-1823"))
)
Description: Fast, model-agnostic implementation of different H-statistics
introduced by Jerome H. Friedman and Bogdan E. Popescu (2008)
<doi:10.1214/07-AOAS148>. These statistics quantify interaction
strength per feature, feature pair, and feature triple. The package
supports multi-output predictions and can account for case weights.
In addition, several variants of the original statistics are provided.
The shape of the interactions can be explored through partial
dependence plots or individual conditional expectation plots. 'DALEX'
explainers, meta learners ('mlr3', 'tidymodels', 'caret') and most
other models work out-of-the-box.
License: GPL (>= 2)
Depends:
R (>= 3.2.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
ggplot2,
stats,
utils
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/ModelOriented/hstats/, https://modeloriented.github.io/hstats/
BugReports: https://github.com/ModelOriented/hstats/issues/