Hi, I’m trying to build the evaluation code based on below github.
I’m trying to do it my own data instead of Movielens dataset.
Instead of data-dict[‘timestamp’] on Movielens data, how can I use the ‘timestamp’ of my graph data as the edge weight?
below screenshot is the graph data g which I created.
when I tried this code : g.edges[‘visited’].data[‘timestamp’]
I got the below error.