Metadata-Version: 2.1
Name: XAI-Library
Version: 0.0.4
Summary: An integrated library for explanation methods.
Home-page: https://github.com/kdd-lab/XAI-Lib/
Author: rinziv
Author-email: rinzivillo@isti.cnr.it
License: MIT
Project-URL: Documentation, https://github.com/kdd-lab/XAI-Lib/
Project-URL: Source, https://github.com/kdd-lab/XAI-Lib/
Project-URL: Download, https://pypi.org/project/XAI-Lib/#files
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
Requires-Dist: LORE-Ext (>=0.2)
Requires-Dist: scikit-image
Requires-Dist: matplotlib
Requires-Dist: altair
Requires-Dist: lime
Requires-Dist: shap
Requires-Dist: importlib-metadata ; python_version < "3.8"
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'


|

=======
XAI-Lib
=======


   An integrated library for explanation methods.


A python library to develop explaninable machine learning models. The library provides an integrated interface to setup and execute explanation methods for black boxes.


.. _pyscaffold-notes:

Note
====

This project has been set up using PyScaffold 4.2.1. For details and usage
information on PyScaffold see https://pyscaffold.org/.
