Information of edges and nodes for stochastic link prediction evaluation

I am working on stochastic link prediction to predict new links from the graph. I need to evaluate the predicted links by ranking and also find node information of those predicted links. The docs only shows AUC evaluation and doesn’t explain how to retrieve predicted node’s information

Which doc are you referring to? What kind of node information you wish to see?

I am talking about this doc.
I want to evaluate how well its predicting new link between two nodes based on the given node data(location, type of node). But there is no evaluation procedure for new link prediction in the doc

It seems to be a duplicate question of Negative Graph in EdgeDataLoader . Let’s discuss there.