.gitignore
.pre-commit-config.yaml
CLAUDE.md
LICENSE
README.md
fix_lightgbm_openmp.sh
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
examples/README.md
examples/quickstart_estimators.py
examples/quickstart_shapg.py
experiments/README.md
experiments/compare_runs.py
experiments/run_all.sh
experiments/run_benchmark.py
experiments/benchmark/__init__.py
experiments/benchmark/data.py
experiments/benchmark/explainers.py
experiments/benchmark/graph.py
experiments/benchmark/io.py
experiments/benchmark/kpi.py
experiments/benchmark/labels.py
experiments/benchmark/model.py
experiments/benchmark/plotting.py
experiments/benchmark/shap_lib.py
experiments/configs/comparison_h1n1.yaml
experiments/configs/comparison_h1n1_retrain.yaml
experiments/configs/comparison_housing.yaml
experiments/configs/comparison_housing_retrain.yaml
experiments/results/.gitkeep
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/scm_file_list.json
shapG.egg-info/scm_version.json
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