-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 2.07 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: ale
Title: Interpretable Machine Learning and Statistical Inference with Accumulated Local Effects (ALE)
Version: 0.3.0.20241118
Authors@R: c(
person("Chitu", "Okoli", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5574-7572"))
)
Description: Accumulated Local Effects (ALE) were initially developed as a model-agnostic approach for global explanations of the results of black-box machine learning algorithms. ALE has a key advantage over other approaches like partial dependency plots (PDP) and SHapley Additive exPlanations (SHAP): its values represent a clean functional decomposition of the model. As such, ALE values are not affected by the presence or absence of interactions among variables in a mode. Moreover, its computation is relatively rapid. This package reimplements the algorithms for calculating ALE data and develops highly interpretable visualizations for plotting these ALE values. It also extends the original ALE concept to add bootstrap-based confidence intervals and ALE-based statistics that can be used for statistical inference. For more details, see Okoli, Chitu. 2023. “Statistical Inference Using Machine Learning and Classical Techniques Based on Accumulated Local Effects (ALE).” arXiv. <arXiv:2310.09877>. <doi:10.48550/arXiv.2310.09877>.
License: MIT + file LICENSE
Language: en-ca
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
ALEPlot,
gbm,
knitr,
mgcv,
nnet,
readr,
rmarkdown,
testthat (>= 3.0.0),
yaImpute
VignetteBuilder: knitr
Imports:
broom,
cli,
dplyr,
furrr,
future,
ggplot2,
grDevices,
insight,
methods,
patchwork,
progressr,
purrr,
rlang,
staccuracy,
stats,
stringr,
tidyr,
univariateML
Depends:
R (>= 3.5.0)
URL: https://github.com/tripartio/ale, https://tripartio.github.io/ale/
BugReports: https://github.com/tripartio/ale/issues
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: model_bootstrap, ale, ale_ixn
LazyData: true