-
Notifications
You must be signed in to change notification settings - Fork 394
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
Improve test coverage for transformers & estimators #278
Comments
After a quick survey of These classes don't appear to have associated tests:
These tests exist but do not extend
|
Hi guys, I would like to help contributing and this seems like a good place to start. Any tips or places to look to help me getting up and running with implementing some of these tests? |
Hi @Sammyalhashe! There are still some tests in the list above that need to be updated. I would go through there and find the tests that don't extend |
Hey @crupley! Thanks for the reply, I'll start looking into some |
Problem
Some of our transformers & estimators are not thoroughly tested or not tested at all.
Solution
Use
OpTransformerSpec
andOpEstimatorSpec
base test specs to provide tests for all existing transformers & estimators.The text was updated successfully, but these errors were encountered: