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

pageRank with initial sourceNodes & sourceScores #325

Open
Mintactus opened this issue Aug 23, 2024 · 0 comments
Open

pageRank with initial sourceNodes & sourceScores #325

Mintactus opened this issue Aug 23, 2024 · 0 comments
Labels
feature request A suggestion for a new feature

Comments

@Mintactus
Copy link

Mintactus commented Aug 23, 2024

It's nice to be able to select the source nodes for pageRank, but in reallity the probability of starting to a given node is not even across all source nodes. As an example, if you create a markov chain from customer behavior, each customer will start from a specific channel, so you could have 10 customers starting from channel A et 4 from channel B.

To overcome the limitation of not being able to set a starting score in each sourceNode, you can create a node zero as a unique sourceNode and link it with weighted relationships to your actual source nodes which represent where customer will start their journey in an uneven way. The weight will act like the initial score if I'm right.

But this requires to create a node zero which is not natural in the workflow.

Here is an example of this in cuGraph from NVIDIA, section at the bottom of the page

@Mintactus Mintactus added the feature request A suggestion for a new feature label Aug 23, 2024
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