gitextract_e04igrgu/ ├── .github/ │ └── FUNDING.yml ├── LICENSE ├── README.md ├── data/ │ ├── politician_edges.csv │ └── restaurant_edges.csv ├── output/ │ └── restaurant.csv └── src/ ├── diffusion_2_vec.py ├── diffusiontrees.py ├── helper.py └── subgraphcomponents.py