Metadata-Version: 2.4
Name: fast-causal-shap
Version: 0.1.0
Summary: A Python package for efficient causal SHAP computations
Author-email: woonyee28 <ngnwy289@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/woonyee28/CausalSHAP
Project-URL: Issues, https://github.com/woonyee28/CausalSHAP/issues
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.0.0
Requires-Dist: networkx>=2.0
Requires-Dist: numpy>=1.18.0
Requires-Dist: scikit-learn>=0.24.0
Dynamic: license-file

# Fast Causal SHAP

This folder contains the core modules and components for the **Fast Causal SHAP** Python package. Fast Causal SHAP provides efficient and interpretable SHAP value computation for causal inference tasks.

## Features

- Fast computation of SHAP values for causal models
- Support for multiple causal inference frameworks

## Installation

Install Fast Causal SHAP using pip:

```bash
pip install fast-causal-shap
```

Or, for the latest development version:

```bash
pip install git+https://github.com/woonyee28/CausalSHAP.git
```

## Usage
// To be added

## Citation
If you use this package in your research, please cite:
// To be added

## License

This project is licensed under the MIT License.
