From bdca127acb7e57a884a1b20a28ab567603e7b7c5 Mon Sep 17 00:00:00 2001 From: FFmgll Date: Wed, 10 Apr 2024 22:23:35 +0200 Subject: [PATCH] fixed BZF value for treeshap --- shapiq/interaction_values.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapiq/interaction_values.py b/shapiq/interaction_values.py index a594cb8f..388e8d05 100644 --- a/shapiq/interaction_values.py +++ b/shapiq/interaction_values.py @@ -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