Metadata-Version: 2.1
Name: shaperone
Version: 0.41.4
Summary: A patched version of the Shap library aimed to contribute the health and safety of Shap.
License: MIT
Author: Thijs van den Berg
Author-email: thijs@sitmo.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: cloudpickle (>=2.0.0)
Requires-Dist: matplotlib (>=3.3.0)
Requires-Dist: numba (>=0.54.0)
Requires-Dist: numpy (>=1.20.0)
Requires-Dist: pandas (>=1.4.3)
Requires-Dist: scikit-learn (>=1.0.0)
Requires-Dist: scipy (>=1.7.0)
Requires-Dist: slicer (>=0.0.7)
Description-Content-Type: text/markdown


SHAPerone is a patched fork of [SHAP](https://pypi.org/project/shap)

Current patches:

* patched [issue 2721](https://github.com/slundberg/shap/issues/2721), [pull 2697](https://github.com/slundberg/shap/pull/2697) with `beeswarmplot` that 
broke compatibility with `matplotlib>3.5.3`
* removed usage of np.int, np.bool and np.float [pull 1890](https://github.com/slundberg/shap/pull/1890). 
The use of np.int, np.bool and np.float has been depreciated since numpy 1.20.0 and removed in `numpy>=1.24.0`.

## Install

SHAPerone can be installed from [PyPI](https://pypi.org/project/shaperone):

<pre>
pip install shaperone
</pre>

