-
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:
OneHotEncoder.inverse_transform
now maintains the column orde…
…r from the original table (#195) Closes #109. ### Summary of Changes `OneHotEncoder.inverse_transform` now maintains the column order from the original table (#109) Fixed bug with `OneHotEncoder.inverse_transform` to not work if not all columns were fitted New feature columns in `OneHotEncoder` will now be inserted where the combined columns were in the original table --------- Co-authored-by: megalinter-bot <[email protected]> Co-authored-by: Lars Reimann <[email protected]>
- Loading branch information
1 parent
bea976a
commit 3ec0041
Showing
2 changed files
with
133 additions
and
17 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