[MRG] Add link to ColumnTransformer and user guide to make_column_transformer documentation#14279
Merged
glemaitre merged 7 commits intoscikit-learn:masterfrom Jul 12, 2019
getgaurav2:#14127
Merged
[MRG] Add link to ColumnTransformer and user guide to make_column_transformer documentation#14279glemaitre merged 7 commits intoscikit-learn:masterfrom getgaurav2:#14127
glemaitre merged 7 commits intoscikit-learn:masterfrom
getgaurav2:#14127
Conversation
jnothman
approved these changes
Jul 7, 2019
adrinjalali
reviewed
Jul 8, 2019
| *transformers : tuples of transformers and column selections | ||
| *transformers : Tuples | ||
| Tuples of the form ( transformer, column(s)) specifying the | ||
| transformer objects to be applied to subsets of the data. |
Member
There was a problem hiding this comment.
Suggested change
| transformer objects to be applied to subsets of the data. | |
| transformer objects to be applied to subsets of the data. |
adrinjalali
reviewed
Jul 8, 2019
| boolean mask array or callable | ||
| Indexes the data on its second axis. Integers are interpreted as | ||
| positional columns, while strings can reference DataFrame columns | ||
| by name. A scalar string or int should be used where |
Member
There was a problem hiding this comment.
Suggested change
| by name. A scalar string or int should be used where | |
| by name. A scalar string or int should be used where |
adrinjalali
reviewed
Jul 8, 2019
| ---------- | ||
| *transformers : tuples of transformers and column selections | ||
| *transformers : Tuples | ||
| Tuples of the form ( transformer, column(s)) specifying the |
Member
There was a problem hiding this comment.
Suggested change
| Tuples of the form ( transformer, column(s)) specifying the | |
| Tuples of the form (transformer, column(s)) specifying the |
adrinjalali
approved these changes
Jul 8, 2019
Member
adrinjalali
left a comment
There was a problem hiding this comment.
Otherwise LGTM. Thanks @getgaurav2
glemaitre
reviewed
Jul 12, 2019
| Parameters | ||
| ---------- | ||
| *transformers : tuples of transformers and column selections | ||
| *transformers : Tuples |
Member
There was a problem hiding this comment.
Suggested change
| *transformers : Tuples | |
| *transformers : tuples |
Member
|
@getgaurav2 Thanks for your contribution |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Reference Issues/PRs
Fixes #14127
What does this implement/fix? Explain your changes.
Any other comments?