Skip to content

Commit

Permalink
fix documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkruse1 committed Mar 28, 2024
1 parent ea47b24 commit 0c83af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/value/semi-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ values = compute_msr_banzhaf_semivalues(
)
```
For further details on how to use this method and a comparison of the sample efficiency, we suggest to take a look
at the example notebook [msr_banzhaf_spotify](../examples/msr_banzhaf_spotify).
at the example notebook [msr_banzhaf_spotify](../../examples/msr_banzhaf_spotify).


## General semi-values
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ nav:
- Data utility learning: examples/shapley_utility_learning.ipynb
- Least Core: examples/least_core_basic.ipynb
- Data OOB: examples/data_oob.ipynb
- Banzhaf Semivalues: examples/msr_banzhaf_spotify.ipynb
- Influence Function:
- For CNNs: examples/influence_imagenet.ipynb
- For mislabeled data: examples/influence_synthetic.ipynb
Expand Down

0 comments on commit 0c83af4

Please sign in to comment.