-
Notifications
You must be signed in to change notification settings - Fork 10
/
_pkgdown.yml
68 lines (67 loc) · 1.88 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
64
65
66
67
68
template:
package: DrWhyTemplate
default_assets: false
reference:
- title: Explainers
desc: Additional explainers for specific packages and frameworks
contents:
- explain_scikitlearn
- explain_h2o
- explain_keras
- explain_mlr
- explain_mlr3
- explain_xgboost
- explain_tidymodels
- title: Yhats
desc: Specific versions of the generic yhat function
contents:
- yhat.scikitlearn_model
- yhat.WrappedModel
- yhat.H2ORegressionModel
- yhat.H2OBinomialModel
- yhat.H2OMultinomialModel
- yhat.keras
- yhat.LearnerRegr
- yhat.LearnerClassif
- yhat.GraphLearner
- yhat.xgb.Booster
- yhat.workflow
- yhat.model_stack
- title: Model info
desc: Specific versions of the generic model_info function
contents:
- model_info.scikitlearn_model
- model_info.WrappedModel
- model_info.H2ORegressionModel
- model_info.H2OBinomialModel
- model_info.keras
- model_info.LearnerRegr
- model_info.LearnerClassif
- model_info.GraphLearner
- model_info.xgb.Booster
- model_info.workflow
- model_info.model_stack
- title: Champion Challenger
desc: Functions used for the Champion Challenger analysis
contents:
- champion_challenger
- funnel_measure
- print.funnel_measure
- plot.funnel_measure
- overall_comparison
- print.overall_comparison
- plot.overall_comparison
- training_test_comparison
- print.training_test_comparison
- plot.training_test_comparison
- title: Predict surrogate (LIME)
desc: Additional functions for the LIME method https://ema.drwhy.ai/LIME.html
contents:
- predict_surrogate
- plot.predict_surrogate
- print.predict_surrogate
- title: Misc
contents:
- dalex_load_explainer
- print.scikitlearn_set
- create_env