Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pat-alt/dag

A simple module for Directed Acyclical Graphs (DAG). Given a DAG we develop a simple algorithm that identifies all valid adjustment sets.
https://github.com/pat-alt/dag

causal-inference directed-acyclic-graph python

Last synced: about 8 hours ago
JSON representation

A simple module for Directed Acyclical Graphs (DAG). Given a DAG we develop a simple algorithm that identifies all valid adjustment sets.

Awesome Lists containing this project

README

        

# dag

A simple module for Directed Acyclical Graphs (DAG). Given a DAG we develop a simple algorithm that identifies all valid adjustment sets. The main functionality is explained in the accompanying Jupyter notebooks:

1. Core functionality [here](causal_graphs_in_action.ipynb).
2. Example graphs [here](examples.ipynb).