-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
63 lines (63 loc) · 1.62 KB
/
_pkgdown.yml
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
destination: docs
template:
package: DrWhyTemplate
default_assets: false
reference:
- title: Live Arena
desc: Functions used to create and run live version of Arena
contents:
- create_arena
- push_model
- push_dataset
- push_observations
- print.arena_live
- run_server
- title: Static Arena
desc: Functions used to create and upload JSON file for Arena
contents:
- create_arena
- push_model
- push_dataset
- push_observations
- print.arena_static
- upload_arena
- save_arena
- title: Plots
desc: Internal functions for generating plot's data.
contents:
- get_global_plots
- get_local_plots
- get_dataset_plots
- get_feature_importance
- get_accumulated_dependence
- get_break_down
- get_shap_values
- get_ceteris_paribus
- get_funnel_measure
- get_metrics
- get_partial_dependence
- get_rec
- get_roc
- get_fairness
- get_message_output
- get_subsets_performance
- get_variable_against_another
- get_variable_distribution
- title: Misc
desc: Supplementary functions
contents:
- get_json_structure
- get_observations_list
- get_variables_list
- get_datasets_list
- validate_new_model
- validate_new_observations
- validate_new_dataset
- calculate_subsets_performance
- split_multiclass_explainer
- truncate_vector
- get_attributes
- get_dataset_attributes
- get_model_attributes
- get_observation_attributes
- get_variable_attributes