I am creating a link prediction model on a user identity graph. Nodes represent users interactions with different components of a website including cookies, page views etc so many features are timestamps, cookie ids.
As far as I understand we can only use tensor-like features in DGL. So is there a way to represent other types of features in the learning process?