Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
sdk: docker
|
3 |
+
colorFrom: red
|
4 |
+
---
|
5 |
+
|
6 |
+
# CausalBox: A Causal Inference Toolkit
|
7 |
+
|
8 |
+
This Hugging Face Space hosts the CausalBox application, a comprehensive toolkit for causal inference.
|
9 |
+
|
10 |
+
It features:
|
11 |
+
- Data Preprocessing
|
12 |
+
- Causal Graph Discovery (PC Algorithm, etc.)
|
13 |
+
- Interactive Causal Graph Visualization
|
14 |
+
- Do-Calculus Engine for Interventions
|
15 |
+
- Treatment Effect Estimation (ATE, CATE)
|
16 |
+
|
17 |
+
## How to use:
|
18 |
+
1. Upload your CSV dataset or use the provided sample data.
|
19 |
+
2. Discover the causal graph from your data.
|
20 |
+
3. Visualize the learned causal structure.
|
21 |
+
4. Experiment with interventions using the Do-Calculus engine.
|
22 |
+
5. Estimate treatment effects for key variables.
|
23 |
+
|
24 |
+
## Technical Details:
|
25 |
+
- **Frontend:** Streamlit
|
26 |
+
- **Backend:** Flask API for causal inference computations
|
27 |
+
- **Deployment:** Docker on Hugging Face Spaces with Nginx as a reverse proxy.
|
28 |
+
|
29 |
+
For more details, check out the source code in the repository.
|