# netpredict **Repository Path**: mirrors_esnet/netpredict ## Basic Information - **Project Name**: netpredict - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-13 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Steps to run the STGNN ML Model Install Dependecies: pip3 install tables pip3 install dgl Change to featurizers folder and run the [csv_to_hdf.py](https://github.com/esnet/netpredict/blob/main/featurizers/csv_to_hdf.py) file. Remember to change your input file path on line 7 to load current dataset. All dataset can be found [here](https://github.com/esnet/netpredict/tree/main/datasets/snmp_esnet). cd netpredict/featurizers/ python3 csv_to_hdf.py Change to [spatio-temporalGCN](https://github.com/esnet/netpredict/tree/main/mlmodels/spatio-temporalGCN) folder and run the main.py file: cd netpredict/mlmodels/spatio-temporalGCN/ python3 main.py Once Complete, all results are written to results.txt. Run the following to view. cat results.txt