-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added and improved errors and warnings in the table transformers (
#372) Closes #152. ### Summary of Changes feat: Added and improved errors and warnings in the table transformers feat: Added ability for the `Imputer` with strategy `Mode` to work if multiple most frequent values (warns if this is the case, takes the lowest most frequent value) feat: Added ability for the `OneHotEncoder` to encode python NaNs fix: fixed grammar in `NonNumericColumnError` feat: Changed `ValueNotPresentWhenFittedError` to allow info about multiple columns test: Changed test for `Imputer` to test all strategies --------- Co-authored-by: alex-senger <[email protected]> Co-authored-by: megalinter-bot <[email protected]> Co-authored-by: Simon Breuer <[email protected]>
- Loading branch information
1 parent
c877530
commit 544e307
Showing
14 changed files
with
853 additions
and
143 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
Oops, something went wrong.