Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 887 Bytes

File metadata and controls

34 lines (25 loc) · 887 Bytes

Detecting structural perturbations from time series with deep learning

Official torch geometric code for the paper Detecting structural perturbations from time series with deep learning

Install

You can install the package using:

python setup.py install

Make sure your python env fulfills all the requirements from requirements.txt.

Tested with packages

python==3.8
torch==1.7.1
torch_geometric==1.6.3
networkx==2.5

Examples

Check the notebooks for complete examples of predictions.

Contributors