-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unit tests for prepare_categorical_data (#5)
* Add unit tests for prepare_categorical_data * Fix for high cardinal nominal feature * Add support for discrete numerical features * Remove handling of numerical features * Move test values to conftest.py * Add check_x to transformers * Improve project structure * Fix workflows * Codecov fix * Add CodeCov * Add files via upload * Add project files * Exchange links in readme file * Exchange images * Fix failed tests due to changes made in the PR * Add MathExpressionTransformer and ValueIndicatorTransformer * Update README.md * Update README.md * Update README.md * Update README.md * Setup dependabot * Fix EOF errors * Fix isort error * Fix black errors * Fix all precommit errors * Bump version number Co-authored-by: Prem Srinivasan <prem.srinivasan@invia.de> Co-authored-by: Chris Lemke <11752694+chrislemke@users.noreply.github.com>
- Loading branch information
1 parent
ed98f9a
commit 4950acf
Showing
7 changed files
with
57 additions
and
20 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
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
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
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