mmschlk / shapiq

Shapley Interactions for Machine Learning

Home Page:https://shapiq.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

warning BZF vs BGV

hbaniecki opened this issue · comments

Our tests return the following warning:

shapiq/shapiq/interaction_values.py:56: UserWarning: Index BZF is not a valid index as defined in {'SGV', 'CHII', 'SV', 'Moebius', 'STII', 'BV', 'k-SII', 'BII', 'FSII', 'CHGV', 'kADD-SHAP', 'SII', 'JointSV', 'BGV'}. This might lead to unexpected behavior.
    warn(

see https://github.com/search?q=repo%3Ammschlk%2Fshapiq+BZF&type=code

should it be "BII" instead of "BZF" now?