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

Add Support for User-Defined Reset Probability in Personalized PageRank Algorithm #349

Open
gzone0111 opened this issue Mar 25, 2025 · 0 comments
Labels
feature request A suggestion for a new feature

Comments

@gzone0111
Copy link

Is your feature request related to a problem? Please describe.
Currently, the Personalized PageRank algorithm in Neo4j GDS only supports an equal reset probability for each source node. This limitation restricts the flexibility needed for applications where different importance or influence should be assigned to source nodes based on specific criteria or user-defined metrics.

Describe the solution you would like
I would like to request an enhancement to the Personalized PageRank algorithm to allow for user-defined reset probabilities for each source node. This would enable users to customize the influence of each source node in the random walk, thereby providing more tailored results based on their specific use cases.

@gzone0111 gzone0111 added the feature request A suggestion for a new feature label Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A suggestion for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant