Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions docs-gb/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Table of contents

* [README](README.md)

## Overview

* [Introduction](source/overview/README.md)
* [Introduction](source/overview/high_level.md)
* [Getting Started](source/overview/getting_started.md)
* [Algorithm Overview](source/overview/algorithms.md)
* [White-box and black-box models](source/overview/white_box_black_box.md)
Expand All @@ -17,7 +13,7 @@
* [Examples](source/explanations/examples.md)
* [Methods](source/explanations/methods.md)
* [methods](source/methods/README.md)
* [ALE](source/methods/ale.md)
* [ALE](source/methods/ale.md)
* [Anchors](source/methods/anchors.md)
* [CEM](source/methods/cem.md)
* [CF](source/methods/cf.md)
Expand All @@ -35,13 +31,18 @@
* [TrustScores](source/methods/trustscores.md)
* [ALE Figures](source/methods/ale_figures.md)


## Model Confidence
* [confidence](source/confidence/README.md)
* [Examples](source/confidence/examples.md)
* [Methods](source/confidence/methods.md)
## Model Confidence

* [confidence](source/confidence/README.md)
* [Examples](source/confidence/examples.md)
* [Methods](source/confidence/methods.md)
* [examples](source/examples/README.md)
* [Accumulated Local Effects for classifying flowers](source/examples/ale_classification.md)
* [Accumulated Local Effects for classifying flowers](source/examples/ale_classification.md)
* [Accumulated Local Effects for predicting house prices](source/examples/ale_regression_california.md)
* [Anchor explanations for fashion MNIST](source/examples/anchor_image_fashion_mnist.md)
* [Anchor explanations for ImageNet](source/examples/anchor_image_imagenet.md)
Expand Down Expand Up @@ -81,15 +82,13 @@
* [Trust Scores applied to Iris](source/examples/trustscore_iris.md)
* [Trust Scores applied to MNIST](source/examples/trustscore_mnist.md)
* [A Gradient Boosted Tree Model for the Adult Dataset](source/examples/xgboost_model_fitting_adult.md)
* [Methods](model-confidence/confidence/methods-1.md)
* [Examples](model-confidence/confidence/examples-2.md)

## Prototypes

* [prototypes](source/prototypes/README.md)
* [Examples](source/prototypes/examples.md)
* [Methods](source/prototypes/methods.md)
* [Methods](model-confidence/confidence/methods-1.md)
* [Examples](model-confidence/confidence/examples-2.md)

## API Reference

* [\[Annotation Based Configuration\]](api-reference/annotation-based-configuration.md)

Loading