This repository contains the source code to reproduce results from the "Geodesics of Dynamic Graphs for Regime Change Detection" paper, along with reimplemented methods from the literature.
If you use conda as a package manager, you can create a new environment called dynamic-graph-regimes by running
make envOtherwise, you can directly install the src module with pip by running
pip install .├── LICENSE
├── Makefile <- Makefile with commands like `make env` or `make lint`
├── README.md <- The top-level README describing this project.
│
├── requirements.yaml <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `conda env export --from-history > requirements.yaml`
├── requirements.txt <- Compulsory python requirements
├── requirements-dev.txt <- Additional requirements for formatting and debugging
│
├── src <- Source code for use in this project.
└── pyproject.toml <- Configuration file for building package and various tools (pylint, black, isort)