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

Test that setting random_state for NNDescent produces deterministic outputs #14

Merged
merged 1 commit into from
Apr 5, 2019

Conversation

tomwhite
Copy link
Collaborator

@tomwhite tomwhite commented Apr 3, 2019

Fixes #10, and includes the test written by @pavlin-policar.

Note that the non-determinism was fixed as a part of #12, when numba.prange was replaced with range in the build_candidates candidates function.

@lmcinnes lmcinnes merged commit 57c0bcf into lmcinnes:master Apr 5, 2019
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.

Non-deterministic results with random_state
2 participants