An open API service indexing awesome lists of open source software.

https://github.com/vivien000/causal-simulator


https://github.com/vivien000/causal-simulator

streamlit

Last synced: about 1 year ago
JSON representation

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)

![Screencast](screencast.gif)

## 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
```