Skip to content

Commit

Permalink
docs: fix reference for arnoldi
Browse files Browse the repository at this point in the history
  • Loading branch information
aski02 committed Dec 9, 2024
1 parent e4c5e06 commit 02ed94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quanda/explainers/wrappers/captum_influence.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@ def captum_similarity_self_influence(
class CaptumArnoldi(CaptumInfluence):
"""Class for Arnoldi Influence Function wrapper.
This implements the ArnoldiInfluence method of Schioppa et. al. (2022) to
compute influence function explanations [2].
This implements the ArnoldiInfluence method of Schioppa et al. (2022) to
compute influence function explanations as described by Koh et al. (2017).
Notes
-----
Expand Down

0 comments on commit 02ed94b

Please sign in to comment.