-
Notifications
You must be signed in to change notification settings - Fork 0
Pipeline Scripts
This notebook is responsible for loading network data, generating subsamples, and exporting them into a uniform dataset format.
Output location: /data/processed/networks
subsamples_edge_lists.csv
subsamples_metadata.csv
These scripts extract topological features from each network and its subsamples, as prepared in the data_preprocess.ipynb
notebook.
Output location: /data/processed/features
features_R.csv
features_py.csv
This script runs various other predictive models (such as SBM) for comparative analysis.
Output location: /results/raw/
other_models.csv
This notebook executes the predictive models specified for the research paper and exports the results for further analysis with R.
Output location: /results/
reduced
This R Markdown file processes the results from run_predictions.ipynb
, creating smaller lighter datasets for plots and tables for easier handling and collaboration.
This R Markdown file uses the processed results to generate visualizations for the paper.