forked from ModelOriented/ingredients
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
50 lines (49 loc) · 1.37 KB
/
_pkgdown.yml
File metadata and controls
50 lines (49 loc) · 1.37 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
template:
package: DrWhyTemplate
default_assets: false
reference:
- title: Dataset Level Explanations
desc: Functions that generate dataset level explanations
contents:
- feature_importance
- partial_dependency
- accumulated_dependency
- conditional_dependency
- aggregate_profiles
- cluster_profiles
- title: Instance Level Explanations
desc: Functions that generate instance level explanations
contents:
- ceteris_paribus
- ceteris_paribus_2d
- calculate_oscillations
- title: Generics
desc: Generic functions for explanations
contents:
- describe
- print.aggregated_profiles_explainer
- print.ceteris_paribus_explainer
- print.feature_importance_explainer
- title: Plots
desc: Plotting functions for explanations
contents:
- plot.aggregated_profiles_explainer
- plot.ceteris_paribus_2d_explainer
- plot.ceteris_paribus_explainer
- plot.ceteris_paribus_oscillations
- plot.feature_importance_explainer
- show_aggregated_profiles
- show_observations
- show_profiles
- show_residuals
- show_rugs
- plotD3
- plotD3.aggregated_profiles_explainer
- plotD3.feature_importance_explainer
- title: Utils
desc: Utils for explanations
contents:
- select_neighbours
- select_sample
- calculate_variable_profile
- calculate_variable_split