GraphSAGE-and-GAT-for-link-prediction
GraphSAGE-and-GAT-for-link-prediction copied to clipboard
Edge features
trafficstars
I'm pretty new to this. How would you recommend I go about adding edge feature support to the link prediction task? I see the dataset file just contains edge index, weight and timestamp. I want to modify to incorporate a one hot encoded vector as an edge feature.
Any help is appreciated!