marcotcr / anchor

Code for "High-Precision Model-Agnostic Explanations" paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get anchors from tuple method

ishcha opened this issue · comments

``Hi,
Thanks for the great contribution.
I noticed a comment in the beginning of the method get_anchor_from_tuple() in anchor_base.py, which says:
# TODO: This is wrong, some of the intermediate anchors may not exist.
Is it still the case that this method is incorrect? What is this method supposed to be doing?