.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
updates.md
.github/workflows/build_packages.yml
.github/workflows/publish.yml
datasets/MIC_processing.csv
datasets/crimedata_processing.csv
datasets/housing_price.csv
datasets/process_data.csv
shapG/__init__.py
shapG.egg-info/PKG-INFO
shapG.egg-info/SOURCES.txt
shapG.egg-info/dependency_links.txt
shapG.egg-info/requires.txt
shapG.egg-info/top_level.txt
shapG/__legacy/__init__.py
shapG/__legacy/compat.py
shapG/characteristic/__init__.py
shapG/characteristic/characteristic_functions.py
shapG/characteristic/model_based.py
shapG/explainer/__init__.py
shapG/explainer/base.py
shapG/explainer/block_qrcs.py
shapG/explainer/cis.py
shapG/explainer/exact.py
shapG/explainer/improved_block_qrcs.py
shapG/explainer/improved_qrcs.py
shapG/explainer/leverage_shap.py
shapG/explainer/markovian.py
shapG/explainer/multilinear.py
shapG/explainer/permutation.py
shapG/explainer/qrcs.py
shapG/explainer/random_cs.py
shapG/explainer/shapg.py
shapG/explainer/stratified_shapley.py
shapG/explainer/_multilinear/__init__.py
shapG/explainer/_multilinear/bounds.py
shapG/explainer/_multilinear/leverage.py
shapG/explainer/_multilinear/sampler.py
shapG/explainer/_stratified/__init__.py
shapG/explainer/_stratified/operators.py
shapG/explainer/_stratified/sampler.py
shapG/explainer/_stratified/solvers.py
shapG/explainer/_stratified/stats.py
shapG/utils/__init__.py
shapG/utils/feature_similarity.py
shapG/utils/graph_construction.py
shapG/utils/graph_helpers.py
shapG/utils/utils.py
shapG/visualization/__init__.py
shapG/visualization/plot.py
shapG/visualization/visualization.py
tests/test_backward_compat.py
tests/test_characteristic.py
tests/test_explainer.py
tests/test_legacy.py
tests/test_markovian.py
tests/test_new_api.py
tests/test_permutation.py
tests/test_shapley.py
tests/test_utils.py
tests/test_visualization.py