Metadata-Version: 2.4
Name: shapley-value-regression
Version: 0.0.2
Summary: A simple library to calculate Shapley values for regression models using pandas and scikit-learn.
Author: Sarbadal Pal
License: MIT
Project-URL: homepage, https://github.com/sarbadal/Shapley-Value-Regression
Project-URL: repository, https://github.com/sarbadal/Shapley-Value-Regression
Project-URL: issues, https://github.com/sarbadal/Shapley-Value-Regression/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.0
Requires-Dist: scikit-learn>=1.3
Requires-Dist: tabulate>=0.10
Dynamic: license-file
