-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
change ColumnTransformer input order #12396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
a5e94d8
change make_column_transformer input order
adrinjalali 2e89237
add whats_new entry
adrinjalali 8c6e0b6
fix user guide
adrinjalali 167fa09
fix more tests
adrinjalali f0d8b01
don't accept a mix of input order
adrinjalali 034fb61
check all given tuples, but don't accept a mixture
adrinjalali ed01669
change make_column_transformer input order
adrinjalali d574883
add whats_new entry
adrinjalali 45e9f8b
fix user guide
adrinjalali 2b4f957
fix more tests
adrinjalali 97e4ff1
don't accept a mix of input order
adrinjalali 2447956
check all given tuples, but don't accept a mixture
adrinjalali 664f3bb
changing the order to column, transformer
adrinjalali e344d71
all tests pass
adrinjalali 67a6e07
add DeprecatoinWarning and its test
adrinjalali ddd5de7
remove extra code
adrinjalali 5750789
fix docstrings
adrinjalali 76c10bd
merge conflicts
adrinjalali 6a44a82
remove extra line
adrinjalali b4ee409
fix whats_new entry
adrinjalali c06d820
revert make_column_transformer change and apply Joel's comments
adrinjalali 512b49a
fix make_column_transformer's docstring example
adrinjalali 06608a8
add missing _validate_transformers to _validate_tuple_order
adrinjalali 94e9c6b
restore the original tuple order in case the swap doesn't work
adrinjalali ff66fa8
remove unnecessary `pass`
adrinjalali 958dd1f
fix some of the compose.rst examples
adrinjalali 834f96b
add a test and fix whats_new entry
adrinjalali c2b80ec
fix example codes
adrinjalali 6eb5f03
Merge branch 'master' into column_transformer_order
amueller 008f6c7
improve the warning message
adrinjalali e710ecf
simplify test
adrinjalali 3269769
fix flake8
adrinjalali 7363526
explain the deprecation phase in the whats_new
adrinjalali 581b300
further clarification in whats_new
adrinjalali ee58432
check transform for no warnings
adrinjalali cc95da1
raise a hard error in case the wrong tuple order is passed.
adrinjalali 64adfd5
Merge remote-tracking branch 'upstream/master' into api/ct-order
adrinjalali d42f1b3
towards more backward compatibility
adrinjalali c9f983b
almost fully backward compatible
adrinjalali 43a79cc
make_column_transformer uses the deprecated tuple order by default
adrinjalali faf1ade
warn in make_column_transformer
adrinjalali File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.