CHANGELOG.md
CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/workflows/ci.yml
.github/workflows/pages.yml
.github/workflows/publish.yml
docs/README.md
docs/index.html
examples/README.md
examples/example_basic_coalition.py
examples/example_business_case.py
examples/example_function_evaluation.py
examples/example_ml_features.py
examples/example_montecarlo.py
examples/example_parallel_processing.py
shapley_value/__init__.py
shapley_value/calculator.py
shapley_value/combinations.py
shapley_value/framework.py
shapley_value/montecarlo.py
shapley_value/py.typed
shapley_value/utils.py
shapley_value.egg-info/PKG-INFO
shapley_value.egg-info/SOURCES.txt
shapley_value.egg-info/dependency_links.txt
shapley_value.egg-info/not-zip-safe
shapley_value.egg-info/requires.txt
shapley_value.egg-info/top_level.txt
tests/test_calculator.py
tests/test_examples.py
tests/test_montecarlo.py
tests/test_montecarlo_stress.py