On the MAGE algorithm page I've found the Graph Neural Network algorithm, but it says that it has not been implemented yet.
Is there a way to get link prediction in Memgraph?
On the MAGE algorithm page I've found the Graph Neural Network algorithm, but it says that it has not been implemented yet.
Is there a way to get link prediction in Memgraph?
Link prediction can be achieved using node2vec from MAGE.
For this to work, you will need:
The complete procedure is described in the article Link prediction with Node2Vec in Physics Collaboration Network.