Skip to content

Commit

Permalink
fixed BZF value for treeshap
Browse files Browse the repository at this point in the history
  • Loading branch information
FFmgll committed Apr 10, 2024
1 parent b650ec2 commit bdca127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shapiq/interaction_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from shapiq.utils import generate_interaction_lookup, powerset

AVAILABLE_INDICES = {"k-SII", "SII", "STI", "FSI", "STII", "FSII", "SV", "BV", "BZV", "Moebius"}
AVAILABLE_INDICES = {"k-SII", "SII", "STI", "FSI", "STII", "FSII", "SV", "BV", "BZF", "Moebius"}


@dataclass
Expand Down

0 comments on commit bdca127

Please sign in to comment.