0

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?

KWriter
  • 1,024
  • 4
  • 22

1 Answers1

0

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.

KWriter
  • 1,024
  • 4
  • 22