Skip to content
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

Remove internal state from AnchorImage explainer #460

Merged
merged 13 commits into from
Aug 4, 2021
Prev Previous commit
Next Next commit
fix linter
  • Loading branch information
Adrian Gonzalez-Martin committed Aug 2, 2021
commit 7fb0ca3d0e9dfd67bb2f7fab3b99ca542502cba6
1 change: 0 additions & 1 deletion alibi/explainers/tests/test_anchor_image_sampler.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pytest

import numpy as np
from alibi.api.defaults import DEFAULT_META_ANCHOR, DEFAULT_DATA_ANCHOR_IMG
from alibi.explainers import AnchorImage
from alibi.explainers.anchor_image_sampler import AnchorImageSampler

Expand Down