Metadata-Version: 2.1
Name: shapG
Version: 0.1
Summary: A library to compute Shapley values in graphs.
Home-page: https://github.com/vectorsss/shapG
Author: Chi Zhao
Author-email: dandanv5@hotmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# ShapG: a fast and exactly approach to approximate the Shaple value on graph

If you find this code useful in your research, please consider citing:

```
@article{zhao2024investigationcentralitymeasuresopinion,
      title={Investigation on centrality measures and opinion dynamics in two-layer networks with replica nodes}, 
      author={Chi Zhao and Elena Parilina},
      year={2024},
      eprint={2406.18780},
      archivePrefix={arXiv},
      primaryClass={physics.soc-ph},
      journal={arXiv preprint arXiv:2406.18780},
      url={https://arxiv.org/abs/2406.18780}, 
}
```
