Skip to content

Commit

Permalink
return ranking instead of self-influence values
Browse files Browse the repository at this point in the history
  • Loading branch information
gumityolcu committed Jun 13, 2024
1 parent e5682f0 commit 3649eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/explainers/aggregators/self_influence.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ def get_self_influence_ranking(
train_ids=[i],
**explain_fn_kwargs,
)
return self_inf.argsort()

0 comments on commit 3649eb8

Please sign in to comment.