Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link prediction #10

Open
Hevia opened this issue Dec 16, 2022 · 0 comments
Open

Link prediction #10

Hevia opened this issue Dec 16, 2022 · 0 comments

Comments

@Hevia
Copy link
Contributor

Hevia commented Dec 16, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant