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

Fix bug in low memory random sampling #130

Merged
merged 2 commits into from Feb 23, 2020
Merged

Fix bug in low memory random sampling #130

merged 2 commits into from Feb 23, 2020

Conversation

J535D165
Copy link
Owner

@J535D165 J535D165 commented Feb 2, 2020

This PR solves the issues with random sampling for large collections of record pairs #128. The PR improves the performance of the algorithm in some cases (especially large, dense samples without replacement).

Closes #128

@J535D165 J535D165 added the bug label Feb 2, 2020
@J535D165 J535D165 merged commit c7ab5d7 into master Feb 23, 2020
@J535D165 J535D165 deleted the fix-random-state branch February 23, 2020 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

random_pairs_without_replacement_large_frames does not create random_state when it's not given as a parameter
1 participant