Link prediction
Opened this issue · 0 comments
Hevia commented
So Neo4J provides two ways to do link predictions
1st is topological, and there are existing algorithms: https://neo4j.com/docs/graph-data-science/current/algorithms/linkprediction/
2nd is using topological + properties of nodes, you train your own model: https://neo4j.com/docs/graph-data-science/current/machine-learning/linkprediction-pipelines/link-prediction/
The 1st would work out of the box, the only problem being that feature is in Alpha. It won't hurt to try though!