-
Notifications
You must be signed in to change notification settings - Fork 304
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
MNMG Random Walks - Implementation #2555
Comments
This issue has been labeled |
This PR defines a uniform random walk implementation using the neighborhood sampling functions. This will be refactored once the new sampling primitive (#2580) is implemented, but should provide a stronger starting point than the original code. Partially addresses #2555 Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Seunghwa Kang (https://github.com/seunghwak) URL: #2585
NOTE, CI discovered a failure in the |
With the biased sampling primitive going into 24.06, we should be able to implement the rest of Random Walks. |
Implement Random Walks.
Random walks implementation should support uniform random walks, biased random walks and node2vec random walks.
The text was updated successfully, but these errors were encountered: