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

Random seed bug #5

Merged
merged 4 commits into from
Oct 8, 2019
Merged

Random seed bug #5

merged 4 commits into from
Oct 8, 2019

Conversation

egracheva
Copy link
Contributor

Resolving the random seed bug discovered yesterday.
The random_split() did not use the selection_seed passed to it.
Now it does.

We also decided to switch the naming of files from seed to fold number,
to make it easier to navigate the files.

Thus, the variable selection_seed' is used only one time, during the split, and I replaced it with seed_list[#] (where #' can be k_fold_number or ifold depending on the file )

@GLambard GLambard merged commit 290cf9f into GLambard:master Oct 8, 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.

None yet

2 participants