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

Feature: Personalized PageRank (PageRank source node constraints) #2466

Open
chadsr opened this issue Jul 8, 2022 · 0 comments
Open

Feature: Personalized PageRank (PageRank source node constraints) #2466

chadsr opened this issue Jul 8, 2022 · 0 comments

Comments

@chadsr
Copy link

chadsr commented Jul 8, 2022

It would be great to see the PageRank implementation expanded to allow for Personalized PageRank (PPR) calculations.

Neo4j implements this feature as the simple argument sourceNodes; allowing a list of nodes/nodeIDs as the source possibilities (see table 2).

Another approach toward implementing this would be similar to how Networkx allows input of a personalization vector, which can contain initial starting probabilities for each node. PPR can therefore be performed by constraining all nodes except the wanted source nodes' probabilities to zero.

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

No branches or pull requests

2 participants