-
Notifications
You must be signed in to change notification settings - Fork 6
Data migration #37
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
Data migration #37
Conversation
Updates - Evaluation notebook - classification.py - utils.py - pre-commit + some suggestions
- removed list comprehension from data split logic - used dataframe operations instead as they are faster - remove looping for msss.split as no need for it, used `next` instead
|
|
As far as I am aware, this branch originates from the brach used in PR #29. Therefore I will just merge this directly into dev. |
PR for issue Data migration / setting fixed splits #34
I have created new branch for this issue which is based on branch for issue Data handling needs to be restructured #10, so I think this PR should be merged after PR Data handling restructure #29