Skip to content

Commit

Permalink
fixes link
Browse files Browse the repository at this point in the history
  • Loading branch information
christophM committed Aug 14, 2018
1 parent 1fb39ca commit b2e3d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuscript/06.0-example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The chapters in this part cover the following example-based interpretability met
By creating counterfactual instances, we learn about how the model makes its predictions and can explain individual predictions.
- [Adversarial examples](#adversarial) are counterfactuals used to fool machine learning models.
The emphasis is on flipping the prediction and not explaining it.
- [Prototypes and criticisms](proto): Prototypes are a selection of representative instances from the data and criticisms are instances that are not well represented by those prototypes. [^critique]
- [Prototypes and criticisms](#proto): Prototypes are a selection of representative instances from the data and criticisms are instances that are not well represented by those prototypes. [^critique]
- [Influential instances](#influential) are the training data points that were the most influential for the parameters of a prediction model or the predictions itself.
Identifying and analysing influential instances helps to find problems with the data, debug the model and understand the model's behavior better.
- [k-nearest neighbours model](#other-interpretable): An (interpretable) machine learning model based on examples.
Expand Down

0 comments on commit b2e3d63

Please sign in to comment.