-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
GH-3474: add random seed parameter to dataset splitting and downsampl… #3475
GH-3474: add random seed parameter to dataset splitting and downsampl… #3475
Conversation
…ownsampling functions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @MattGPT-ai
thank you for your contribution.
The changes look good to me, I just requests a small change. Besides that, I think this is ready to merge
…ter at end of parameters
Thanks for your review! Pushed the changes you requested |
Thanks for the approval! How can we trigger the checks to run so that it can be merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Looks good, but there is a small mypy error (I added a suggestion to fix).
Co-authored-by: Alan Akbik <alan.akbik@gmail.com>
Applied the change. I had a question, I saw that step is necessary because Dataset doesn't have |
Thanks! I agree that it would be better to implement The problem is that |
@MattGPT-ai thanks a lot for adding this! |
#3474
Adds random seed parameters to dataset splitting and downsampling functions