-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.32 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
Package: effectplots
Title: Effect Plots
Version: 0.2.0
Authors@R:
person("Michael", "Mayer", , "[email protected]", role = c("aut", "cre"))
Description: High-performance implementation of various effect plots
useful for regression and probabilistic classification tasks. The
package includes partial dependence plots (Friedman, 2021,
<doi:10.1214/aos/1013203451>), accumulated local effect plots and
M-plots (both from Apley and Zhu, 2016, <doi:10.1111/rssb.12377>), as
well as plots that describe the statistical associations between model
response and features. It supports visualizations with either
'ggplot2' or 'plotly', and is compatible with most models, including
'Tidymodels', models wrapped in 'DALEX' explainers, or models with
case weights.
License: GPL (>= 3)
Depends: R (>= 4.1.0)
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: collapse, ggplot2, grDevices, patchwork, plotly, Rcpp, stats
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/mayer79/effectplots
BugReports: https://github.com/mayer79/effectplots/issues
LinkingTo: Rcpp
Enhances: h2o
NeedsCompilation: yes
Packaged: 2024-12-11 18:33:47 UTC; mayer
Author: Michael Mayer [aut, cre]
Maintainer: Michael Mayer <[email protected]>
Repository: CRAN
Date/Publication: 2024-12-11 18:50:01 UTC