-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update categorical transformers #231
Conversation
* Implement basic integration tests for BaseTransformer * Fix failing tests * Fix lint and disable some PyLint warnings
Codecov Report
@@ Coverage Diff @@
## v0.6.0-dev #231 +/- ##
==============================================
+ Coverage 91.00% 91.04% +0.03%
==============================================
Files 9 9
Lines 723 826 +103
==============================================
+ Hits 658 752 +94
- Misses 65 74 +9
Continue to review full report at Codecov.
|
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 lgtm!
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.
Overall it looks good, but I left a couple of comments that may be relevant.
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 seems ready to go! 🚢
* Updates the baseclass * Update categorical transformers * Addresses feedback * Makes get_input_type a class method * Fix documentation * Fix one line bug * Various improvements + some test cases * Create _add_prefix * Return data if columns not in data * Multiple improvements + test cases * Added test cases * Fix lint * Remove test cases. * Fix a bunch of bugs * Addresses feedback * Update baseclass fixes (#242) * Implement basic integration tests for BaseTransformer * Fix failing tests * Fix lint and disable some PyLint warnings * Fix lint + general improvements * Fix merge conflicts * Fix lint * Tentative updates * Fix categorical * Working version of categorical (only hypertransformer fails) * Fix lint * Fix lint * Fix small errors * Lint * Fix small errors * Fix hypertransformer * Address feedback * Fix lint Co-authored-by: Carles Sala <carles@pythiac.com>
* Updates the baseclass * Update categorical transformers * Addresses feedback * Makes get_input_type a class method * Fix documentation * Fix one line bug * Various improvements + some test cases * Create _add_prefix * Return data if columns not in data * Multiple improvements + test cases * Added test cases * Fix lint * Remove test cases. * Fix a bunch of bugs * Addresses feedback * Update baseclass fixes (#242) * Implement basic integration tests for BaseTransformer * Fix failing tests * Fix lint and disable some PyLint warnings * Fix lint + general improvements * Fix merge conflicts * Fix lint * Tentative updates * Fix categorical * Working version of categorical (only hypertransformer fails) * Fix lint * Fix lint * Fix small errors * Lint * Fix small errors * Fix hypertransformer * Address feedback * Fix lint Co-authored-by: Carles Sala <carles@pythiac.com>
No description provided.