issues
search
adam2392
/
causal-networkx
A lightweight graph class library relevant for causal inference.
BSD 3-Clause "New" or "Revised" License
12
stars
0
forks
source link
Implement graph structure over time
#12
Open
adam2392
opened
2 years ago
adam2392
commented
2 years ago
3 formats of graph structure:
dagitty str like... needs a time component added
numpy array (just make array 3D)
graph structure (need to figure out how to add time as a node "component" but keep the API still robust
3 formats of graph structure: