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

[GML-1628] fix(algs): fix weighted pagerank to return scores for all nodes; #147

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

katinar
Copy link
Contributor

@katinar katinar commented Apr 12, 2024

PR Summary

  • JIRA_TICKET
    • This PR changes the weighted pagerank algorithm to return pagerank scores for all nodes. Previously, the algorithm did not return scores for sink nodes (nodes with no incoming edges).

PR Checklist

  • Added comments for more comprehensible code.
  • Added unit and/or regression tests.
  • (Optional) Notified Doc/Prod team, if this PR contains any new features.

What is the behavior change?

Other information:

Related PRs:

@katinar katinar marked this pull request as ready for review April 12, 2024 18:52
@katinar katinar requested a review from billshitg April 12, 2024 18:52
@katinar katinar merged commit ccd260f into master Apr 15, 2024
3 of 4 checks passed
@katinar katinar deleted the GML-1628 branch April 15, 2024 13:12
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

Successfully merging this pull request may close these issues.

2 participants