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

Implement weighted random walks #141

Open
pbielak opened this issue Aug 10, 2022 · 1 comment
Open

Implement weighted random walks #141

pbielak opened this issue Aug 10, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@pbielak
Copy link
Contributor

pbielak commented Aug 10, 2022

In the Node2vec paper, the transition probabilities are computed based on both edge weights and the hyperparameters p and q. The current implementation does not include the edge weights of a graph. This feature was already requested in #88 and #115. Based on the rejection sampling method used for the current implementation [1], I implemented a version that includes edge weights.

The PR for this feature implementation is #140

[1] https://louisabraham.github.io/articles/node2vec-sampling.html

@github-actions
Copy link

github-actions bot commented Feb 7, 2023

This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved?

@github-actions github-actions bot added the stale label Feb 7, 2023
@rusty1s rusty1s added enhancement New feature or request and removed stale labels Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants