https://github.com/vivien000/causal-simulator
https://github.com/vivien000/causal-simulator
streamlit
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vivien000/causal-simulator
- Owner: vivien000
- Created: 2021-12-03T18:07:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T19:39:02.000Z (over 4 years ago)
- Last Synced: 2025-03-30T22:23:09.485Z (about 1 year ago)
- Topics: streamlit
- Language: Python
- Homepage:
- Size: 737 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Causal simulator
Interactive demo to illustrate the back-door criterion (cf. the *[Book of Why](http://bayes.cs.ucla.edu/WHY/)* by Judea Pearl and Dana Mackenzie)

## Live version
[Try it now!](https://share.streamlit.io/vivien0000/causal-simulator/main/app.py)
## Local installation and run
```bash
pip install -r requirements.txt
streamlit run app.py
```