-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
43 lines (43 loc) · 1.68 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: ingredients
Title: Effects and Importances of Model Ingredients
Version: 2.3.1
Authors@R: c(person("Przemyslaw", "Biecek", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8423-1823")),
person("Hubert", "Baniecki", role = "aut",
comment = c(ORCID = "0000-0001-6661-5364")),
person("Adam", "Izdebski", role = "ctb"))
Description: Collection of tools for assessment of feature importance and feature effects.
Key functions are:
feature_importance() for assessment of global level feature importance,
ceteris_paribus() for calculation of the what-if plots,
partial_dependence() for partial dependence plots,
conditional_dependence() for conditional dependence plots,
accumulated_dependence() for accumulated local effects plots,
aggregate_profiles() and cluster_profiles() for aggregation of ceteris paribus profiles,
generic print() and plot() for better usability of selected explainers,
generic plotD3() for interactive, D3 based explanations, and
generic describe() for explanations in natural language.
The package 'ingredients' is a part of the 'DrWhy.AI' universe (Biecek 2018) <arXiv:1806.08915>.
Depends: R (>= 3.5)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports:
ggplot2,
scales,
gridExtra,
methods
Suggests:
DALEX (>= 2.4.3),
gower,
ranger,
testthat,
r2d3,
jsonlite,
knitr,
rmarkdown,
covr
URL: https://ModelOriented.github.io/ingredients/, https://github.com/ModelOriented/ingredients
BugReports: https://github.com/ModelOriented/ingredients/issues
VignetteBuilder: knitr