CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
benchmarks/mlp_gradients.py
docs/roadmap.md
docs/semantics.md
examples/jax_model.py
examples/linear_regression.py
examples/logistic_regression.py
examples/mlp_classification.py
examples/mlp_regression.py
examples/multiclass_classification.py
examples/numerical_fallback.py
examples/numerical_tree.py
examples/probability_forest.py
examples/pytorch.py
src/unifiedig/__init__.py
src/unifiedig/baselines.py
src/unifiedig/explainer.py
src/unifiedig/explanation.py
src/unifiedig/jax.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/finite_difference.py
src/unifiedig/backends/jax.py
src/unifiedig/backends/pytorch.py
src/unifiedig/backends/skgrad.py
src/unifiedig/backends/treeig.py
src/unifiedig/backends/treeig_numeric.py
tests/test_affine_models.py
tests/test_api.py
tests/test_catboost.py
tests/test_finite_difference.py
tests/test_jax.py
tests/test_linear_regression.py
tests/test_logistic_regression.py
tests/test_mlp.py
tests/test_pytorch.py
tests/test_treeig_numeric.py
tests/test_trees.py
tests/test_weighted_baselines.py