-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to get empty anchors? #71
Comments
might be related to #7 |
Is it the case that there is extreme class imbalance? If so, the empty anchor just means that almost all perturbations we try have no impact in the prediction, even if we don't fix any feature values. |
Ah yes there is a class imbalance,
So, if I understand correctly it means that the perturbation engine couldn't pick a signal that overlaps with the feature space with
Sorry, not sure, if the above thought made sense? As you give more thought to it, will revisit the algo as well. |
The threshold is a hyperparameter ( |
Still in the process of understanding the core algo but from the current understanding found it weird for the explainer to be returning empty
anchors
. Is that by design?Mentioned below is the sample code used for experimenting,
Output:
Output of
exp_map
in-case helpfulNote: One gets an output if we lower the threshold to
0.2
.The text was updated successfully, but these errors were encountered: