socialfoundations / whynot

A Python sandbox for decision making in dynamics
MIT License
417 stars 45 forks source link

Add graphs for causal inference #36

Open marimeireles opened 1 year ago

marimeireles commented 1 year ago

It seems like it should be pretty straightforward! whynot gives us the graph topology already (wn.causal_graphs.build_dynamics_graph) so we just need to model it and use a graphic library to show it. I think I have an idea on how to use graphviz for this. But open to suggestions and other people taking this. It's mostly a suggestion for what I perceived as a low hanging fruit.