|
1 | 1 | # Table of contents |
2 | 2 |
|
| 3 | +* [README](README.md) |
| 4 | + |
3 | 5 | ## Overview |
| 6 | + |
4 | 7 | * [Introduction](source/overview/README.md) |
5 | 8 | * [Getting Started](source/overview/getting_started.md) |
6 | 9 | * [Algorithm Overview](source/overview/algorithms.md) |
|
9 | 12 | * [Frequently Asked Questions](source/overview/faq.md) |
10 | 13 |
|
11 | 14 | ## Explanations |
| 15 | + |
12 | 16 | * [Explanations](source/explanations/README.md) |
13 | | - * [Examples](source/explanations/examples.md) |
14 | | - * [Methods](source/explanations/methods.md) |
| 17 | + * [Examples](source/explanations/examples.md) |
| 18 | + * [Methods](source/explanations/methods.md) |
15 | 19 | * [methods](source/methods/README.md) |
16 | 20 | * [ALE](source/methods/ale.md) |
17 | 21 | * [Anchors](source/methods/anchors.md) |
|
31 | 35 | * [TrustScores](source/methods/trustscores.md) |
32 | 36 | * [ALE Figures](source/methods/ale_figures.md) |
33 | 37 |
|
34 | | - |
35 | 38 | ## Model Confidence |
| 39 | + |
36 | 40 | * [confidence](source/confidence/README.md) |
37 | | - * [Examples](source/confidence/examples.md) |
38 | | - * [Methods](source/confidence/methods.md) |
| 41 | + * [Examples](source/confidence/examples.md) |
| 42 | + * [Methods](source/confidence/methods.md) |
39 | 43 | * [examples](source/examples/README.md) |
40 | 44 | * [Accumulated Local Effects for classifying flowers](source/examples/ale_classification.md) |
41 | 45 | * [Accumulated Local Effects for predicting house prices](source/examples/ale_regression_california.md) |
|
77 | 81 | * [Trust Scores applied to Iris](source/examples/trustscore_iris.md) |
78 | 82 | * [Trust Scores applied to MNIST](source/examples/trustscore_mnist.md) |
79 | 83 | * [A Gradient Boosted Tree Model for the Adult Dataset](source/examples/xgboost_model_fitting_adult.md) |
80 | | - * [Methods](confidence/methods.md) |
81 | | - * [Examples](confidence/examples.md) |
| 84 | + * [Methods](model-confidence/confidence/methods-1.md) |
| 85 | + * [Examples](model-confidence/confidence/examples-2.md) |
82 | 86 |
|
83 | 87 | ## Prototypes |
| 88 | + |
84 | 89 | * [prototypes](source/prototypes/README.md) |
85 | 90 | * [Examples](source/prototypes/examples.md) |
86 | 91 | * [Methods](source/prototypes/methods.md) |
87 | 92 |
|
88 | 93 | ## API Reference |
89 | | - * [Annotation Based Configuration] |
| 94 | + |
| 95 | +* [\[Annotation Based Configuration\]](api-reference/annotation-based-configuration.md) |
0 commit comments