-
Notifications
You must be signed in to change notification settings - Fork 15
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
setup ArbitraryTransformer with new testing appraoch #212
Conversation
Should we be adding type hints to the tests? |
Can we update the changelog with these changes? |
updated changelog here f5234c8 |
re type hints in tests.. maybe? But think that would be one to spin out into another issue as it doesn't currently seem to be done elsewhere |
Happy to leave the type hints for now. I think there's just an outstanding merge conflict then happy to approve! |
nice thanks :) should be resolved now! |
Issue: #207
Made changes to bring ArbitraryImputer in line with new test format, also refactored BaseImputer tests to ease the rest of the rollout across imputers.
Introduced new 'FITS' class attribute to simplify test inheritance process and turning on/off relevant tests, if the reviewer approves then suggest to rollout across transformers. Possibly default to True in BaseTransformer and set to False where needed in main transformers.