ab-testing-causal / README.md
fikri0o0's picture
2026-06-04: Fix gradio version to 5.50.0 β€” resolves HfFolder import error
ebc2ff8
---
title: A/B Testing & Causal Inference Simulator
emoji: πŸ§ͺ
colorFrom: purple
colorTo: indigo
sdk: gradio
sdk_version: 5.50.0
python_version: '3.11'
app_file: app.py
pinned: false
---
# A/B Testing & Causal Inference Simulator
4-tab interactive dashboard demonstrating SOTA experimentation methods:
- **Power Analysis** β€” Sample size calculator + power curve
- **A/B Test Analyzer** β€” Frequentist (Z-test) + Bayesian (Beta-Binomial) + CUPED variance reduction
- **Sequential Testing** β€” mSPRT always-valid inference vs. peeking inflation
- **Uplift Modeling** β€” HTE with CausalForestDML, X-Learner, T-Learner on Hillstrom dataset
**[GitHub β†’](https://github.com/Fikri645/ab-testing-causal)**