-
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.
Update categorical transformers (#231)
* 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>
- Loading branch information
Showing
4 changed files
with
155 additions
and
117 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.