README.md
pyproject.toml
src/graph_explain/__init__.py
src/graph_explain/cli.py
src/graph_explain.egg-info/PKG-INFO
src/graph_explain.egg-info/SOURCES.txt
src/graph_explain.egg-info/dependency_links.txt
src/graph_explain.egg-info/entry_points.txt
src/graph_explain.egg-info/requires.txt
src/graph_explain.egg-info/top_level.txt
src/graph_explain/backends/__init__.py
src/graph_explain/backends/base.py
src/graph_explain/backends/dgl.py
src/graph_explain/benchmarks/__init__.py
src/graph_explain/benchmarks/synthetic.py
src/graph_explain/core/__init__.py
src/graph_explain/core/benchmark.py
src/graph_explain/core/evaluation.py
src/graph_explain/core/explainer.py
src/graph_explain/core/explanation.py
src/graph_explain/core/model_utils.py
src/graph_explain/core/registry.py
src/graph_explain/methods/__init__.py
src/graph_explain/methods/base.py
src/graph_explain/methods/attention/attention.py
src/graph_explain/methods/baseline/random_baseline.py
src/graph_explain/methods/counterfactual/counterfactual.py
src/graph_explain/methods/feature/graph_lime.py
src/graph_explain/methods/gradient/__init__.py
src/graph_explain/methods/gradient/grad_x_input.py
src/graph_explain/methods/gradient/guided_backprop.py
src/graph_explain/methods/gradient/integrated_gradients.py
src/graph_explain/methods/gradient/saliency.py
src/graph_explain/methods/perturbation/__init__.py
src/graph_explain/methods/perturbation/gnn_explainer.py
src/graph_explain/methods/perturbation/node_mask.py
src/graph_explain/methods/perturbation/pg_explainer.py
src/graph_explain/methods/perturbation/subgraphx.py
src/graph_explain/methods/relevance/deeplift.py
src/graph_explain/methods/relevance/gnn_lrp.py
src/graph_explain/narration/__init__.py
src/graph_explain/narration/narrator.py
src/graph_explain/visualization/__init__.py
src/graph_explain/visualization/interactive.py
src/graph_explain/visualization/static.py
tests/test_cli.py
tests/test_core.py
tests/test_counterfactual.py
tests/test_dgl_integration.py
tests/test_narration.py
tests/test_phase10.py
tests/test_phase2.py
tests/test_phase3.py
tests/test_phase4.py
tests/test_phase6.py
tests/test_phase8.py