CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
benchmarks/mlp_gradients.py
docs/roadmap.md
docs/semantics.md
examples/linear_regression.py
examples/logistic_regression.py
examples/mlp_classification.py
examples/mlp_regression.py
examples/pytorch.py
src/unifiedig/__init__.py
src/unifiedig/baselines.py
src/unifiedig/explainer.py
src/unifiedig/explanation.py
src/unifiedig/py.typed
src/unifiedig.egg-info/PKG-INFO
src/unifiedig.egg-info/SOURCES.txt
src/unifiedig.egg-info/dependency_links.txt
src/unifiedig.egg-info/requires.txt
src/unifiedig.egg-info/top_level.txt
src/unifiedig/backends/__init__.py
src/unifiedig/backends/base.py
src/unifiedig/backends/pytorch.py
src/unifiedig/backends/sklearn_linear.py
src/unifiedig/backends/sklearn_mlp.py
src/unifiedig/backends/treeig.py
tests/test_api.py
tests/test_linear_regression.py
tests/test_logistic_regression.py
tests/test_mlp.py
tests/test_pytorch.py
tests/test_trees.py