-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updates the baseclass * Update numerical transformer * 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 * Update datatypes. * Updates numerical transformer to match new base class transformer * Fixes numerical transformer and unit tests * Add is_composition_identity * Fix setup.cfg pyling disable syntax * Fix performance bug Co-authored-by: Carles Sala <carles@pythiac.com> Co-authored-by: Carles Sala <carles@sdv.dev>
- Loading branch information
1 parent
3a83496
commit 28a6679
Showing
3 changed files
with
195 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.