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

set random seed for node2vec #191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maxaalexeeva
Copy link

Addresses /issues/178 by adding random seed and num of threads args to node2vec

Addresses snap-stanford/issues/178 by adding random seed and num of threads args to node2vec
@maxaalexeeva
Copy link
Author

This is only deterministic in the single-threaded case. In other words, to make node2vec deterministic, set num_threads to 1 (no parallelization).

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.

1 participant