Raunak Kumar
Raunak Kumar
Although the models themselves do not make use of temporal information, the datasets that we use are temporal networks obtained from [SNAP](http://snap.stanford.edu/data/index.html#temporal) and [Network Repository](https://networkrepository.com/dynamic.php). The datasets that I tried...
Sorry for the late response! You can download the dataset from [here](https://networkrepository.com/ia-contacts-hypertext2009.php) and then generate the examples.
This [line](https://github.com/raunakkmr/GraphSAGE-and-GAT-for-link-prediction/blob/d264920416f32d8e0c2db206eb6ae4727e0b0ad5/src/main.py#L33) is the call to create a dataset object. The sequence of function calls ultimately creates a dataset object using the code in `src/datasets/link_prediction.py`. This processes the graph to...
Although the models themselves do not make use of temporal information, the datasets that we use are temporal networks obtained from [SNAP](http://snap.stanford.edu/data/index.html#temporal) and [Network Repository](https://networkrepository.com/dynamic.php). The datasets that I tried...