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

Remove "uniformly" from EdgeSplitter's negative sampling docs #1141

Merged
merged 3 commits into from Mar 30, 2020

Conversation

huonw
Copy link
Member

@huonw huonw commented Mar 24, 2020

The sampling of negative edges isn't what many people would call uniform, because both local and global sampling shuffle the nodes and iterate over the shuffled nodes (reshuffling at the end) rather than selecting truly random nodes. This is effectively sampling without replacement, with "refreshing", rather than more conventional uniform sampling with replacement.

The fix we talked about in #838 was to just make the documentation less misleading by removing "uniform" from it.

See: #838

@codeclimate
Copy link

codeclimate bot commented Mar 24, 2020

Code Climate has analyzed commit ab6bd76 and detected 0 issues on this pull request.

View more on Code Climate.

@huonw huonw merged commit c80ee17 into develop Mar 30, 2020
@huonw huonw deleted the bugfix/838-edgesplitter-uniformity branch March 30, 2020 21:46
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.

None yet

2 participants