-
Notifications
You must be signed in to change notification settings - Fork 14
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
Draft refactor dataset #322
Conversation
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.
This looks like we're going in the right direciton.
I am not sure if the Interface is maybe overengineering it at the moment. If not I would like to see the shared attributes documented here as well.
We should also try and reduce the number of attributes needed to be passed to Preprocess.
Also I think the metadata actually does not change anytime during batch correction.
Starts decoupling DataSet from its superclasses.
Also, simplifies DataSet class a bit, adds type hints.
Some code needed to be commented out, but was not used atm