-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdalex_pkgdown.yml
More file actions
84 lines (82 loc) · 2.1 KB
/
dalex_pkgdown.yml
File metadata and controls
84 lines (82 loc) · 2.1 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
template:
package: DrWhyTemplate
default_assets: false
params:
ganalytics: UA-5650686-14
noindex: true
reference:
- title: Explainers
desc: Functions that generate model adapters
contents:
- explain
- print.explainer
- title: Instance Level Explanations
desc: Functions that generate and plot instance/local/predict level explanations
contents:
- predict.explainer
- predict_parts
- predict_profile
- predict_diagnostics
- title: Dataset Level Explanations
desc: Functions that generate and plot dataset/global/model level explanations
contents:
- model_performance
- model_parts
- model_profile
- model_diagnostics
- title: Print and Plot functions for Explanations
desc: Generic print and plot functions for selected explanations
contents:
- print.predict_diagnostics
- plot.predict_diagnostics
- plot.predict_parts
- plot.predict_profile
- print.model_performance
- plot.model_performance
- plot.model_parts
- plot.shap_aggregated
- print.model_profile
- plot.model_profile
- print.model_diagnostics
- plot.model_diagnostics
- print.description
- print.model_info
- title: Model performance measures
desc: Model performance measures for packages from the DrWhy.AI universe
contents:
- loss_cross_entropy
- loss_one_minus_auc
- loss_accuracy
- loss_root_mean_square
- loss_sum_of_squares
- loss_yardstick
- title: Supplementary functions
desc: Shared functions for packages from the DrWhy.AI universe
contents:
- update_label
- update_data
- yhat
- model_info
- plot.list
- install_dependencies
- colors_discrete_drwhy
- colors_diverging_drwhy
- colors_breakdown_drwhy
- set_theme_dalex
- theme_drwhy
- theme_drwhy_vertical
- theme_ema
- theme_ema_vertical
- shap_aggregated
- variable_effect
- title: Datasets
desc: Datasets used in Examples and Vignettes
contents:
- apartments
- covid
- dragons
- fifa
- happiness
- HR
- titanic
- titanic_imputed