Code for the paper Tiukhova et al. (2023) INFLECT-DGNN: INFLuencer prEdiCTion with Dynamic Graph Neural Networks
The project repo holds the following structure
|-models
| |-GNNs.py
| |-RNNs.py
| |-decoder.py
| |-models.py
|-utils
| |-utils.py
|-train.py
|-requirements.txt
This folder contains the .py files used to make combinations of encoder and decoder in dynamic GNN models as well as create baseline models.
This folder contains a .py file that provides functions for several files.
The script to generate the network data and preprocess it.
The script to run the experiments.
The files that lists all of a project's dependencies.