Metadata-Version: 2.1
Name: XpGraph
Version: 0.0.1
Summary: Explaining Graph-based Classifiers
Home-page: https://github.com/yizza91/xpg
Author: Xuanxiang Huang, Yacine Izza, Alexey Ignatiev, Joao Marques-Silva
Author-email: yacine.izza@gmail.com
License: GPL
Platform: UNKNOWN
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: python-sat


**XpGraph** is a Python3 package for explaining graph-based classifiers:
Binary decision diagrams (BDDs), Multi-valued decision diagrams (MDDs), 
Decision Tree (DTs), Decision Graph (DGs). 
Additionally, it contains an executable `XpG.py`, which can be applied 
for computing one Abductive explanation (`AXp`, or PI-explanation), one Contrastive
explanation (`CXp`) or enumerating all explanations (AXps and CXps) of a given 
`.xpg` file input.

Details can be found at [https://github.com/yizza91/xpg](https://github.com/yizza91/xpg)



