Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 711 Bytes

README.md

File metadata and controls

37 lines (16 loc) · 711 Bytes

Run graph.py or toy_case.py

Requirements: matplotlib 3.4.2 networkx 2.5.1 argparse 1.1 logging 0.5.1.2 scipy 1.7.0 pygraphviz 1.7 numpy 1.19.5

python3 graph.py -f <input_file>

Run GCN_LSTM:

Requirements: stellargraph 1.2.1

cd gcn-lstm/

python3 stellar_model.py

Run ARIMA:

Requirements: statsmodels 0.13.0 pmdarima 1.8.3

cd arima/

python3 arima.py