shapley
The official implementation of "The Shapley Value of Classifiers in Ensemble Games" (CIKM 2021).
File Explorer
Download Latest Version (.zip)- main.yml
- build.sh
- custom.css
- shapley_logo.jpg
- shapley_logo_text.jpg
- root.rst
- installation.rst
- introduction.rst
- resources.rst
- conf.py
- index.rst
- index.html
- Makefile
- requirements_1.txt
- exact_calculation_example.py
- exact_marginal_contributions_example.py
- multilinear_extension_example.py
- permutation_sampler_example.py
- __init__.cpython-36.pyc
- permutation_sampling.cpython-36.pyc
- __init__.py
- exact_enumeration.py
- expected_marginal_contributions.py
- multilinear_extension.py
- permutation_sampler.py
- __init__.py
- solution_concept.py
- version.py
- test_shapley.py
- .coveragerc
- .gitignore
- LICENSE
- README.md
- readthedocs.yml
- setup.py
- shapley.jpg
# Installation Guide
1. Get the code
git clone https://github.com/benedekrozemberczki/shapley
Downloads the entire project code from GitHub to your computer.
cd shapley
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install shapley
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
