Feature selection and Prediction in DGL Link Prediction
I am new to this field and I am trying to do link-prediction using DGL on the given graph. I am struggling to create features for the graph and at last to do inference. My pipeline is working, I have used the code provided on – DGL_Link_Prediction. I have tried to read many tutorials and blogs but no one has taught me how to do link prediction between two nodes (whether a link exists or not), say node 89 and node 30.
This is my code-