Skip to content

LIADN7/shapley_values

Repository files navigation

Shapley values

An open-source library of Shapley value algorithms in Python.

For example of "Shapley values" algorithm you can enter to: example of "Shapley values"

Installation

clone https://github.com/LIADN7/shapley_values.git
cd shapley_values
pip install -r requirements.txt
pip install -e .

If you want just to use the library:

pip install shapley-values

To verify that everything was installed correctly, run one of the test programs,

python shapley_values/tests/test_shap.py
python shapley_values/tests/test_x_shapley.py

Other algorithms implemented:

X_Shapley


Link to PYPI

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages