-
-
Notifications
You must be signed in to change notification settings - Fork 26.3k
FEAT allow metadata to be transformed in a Pipeline #28901
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
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
868d0ff
FEAT allow metadata to be transformed in Pipeline
adrinjalali 42dfe81
Merge remote-tracking branch 'upstream/main' into pipeline/transform
adrinjalali 94c8bd9
add tests
adrinjalali 818da32
add fit_transform
adrinjalali 067946c
fix pprint test
adrinjalali ed5edcd
Merge remote-tracking branch 'upstream/main' into pipeline/transform
adrinjalali 85c10a4
add changelog
adrinjalali ad269ea
much more extensive tests
adrinjalali 1622203
Merge remote-tracking branch 'upstream/main' into pipeline/transform
adrinjalali 5268514
more fixes
adrinjalali 1a4a428
Merge remote-tracking branch 'upstream/main' into pipeline/transform
adrinjalali 052b13d
WIP tests improvements
adrinjalali 278dc70
TST fix pipeline tests
adrinjalali 75dbf5d
Christian's comments
adrinjalali ffcbca5
Merge remote-tracking branch 'upstream/main' into pipeline/transform
adrinjalali 07586f9
Merge remote-tracking branch 'upstream/main' into pipeline/transform
adrinjalali 52e0642
remove erronous arg passing
adrinjalali cdaf20f
support tupples to be transformed
adrinjalali 24fa675
Merge remote-tracking branch 'upstream/main' into pipeline/transform
adrinjalali 399b5f1
Merge remote-tracking branch 'upstream/main' into pipeline/transform
adrinjalali 9dbb6b7
rename method
adrinjalali 08e7415
address comments
adrinjalali 1a7db0f
Merge remote-tracking branch 'upstream/main' into pipeline/transform
adrinjalali 486c116
changelog
adrinjalali 06ed90b
remove TBD
adrinjalali 0fc6800
Merge remote-tracking branch 'upstream/main' into pipeline/transform
adrinjalali 179dc88
fix tests
adrinjalali d1ec33c
Merge remote-tracking branch 'upstream/main' into pipeline/transform
adrinjalali 18530b9
remove debug message
adrinjalali c07e043
Merge remote-tracking branch 'upstream/main' into pipeline/transform
adrinjalali f3ecedd
Update sklearn/pipeline.py
adrinjalali 03f7dda
Merge branch 'main' into pipeline/transform
adrinjalali df36b33
...
adrinjalali 7e049a6
Merge remote-tracking branch 'upstream/main' into pipeline/transform
adrinjalali b703976
Merge branch 'pipeline/transform' of github.com:adrinjalali/scikit-le…
adrinjalali 31a847a
Apply suggestions from code review
adrinjalali 496d5f2
lint
adrinjalali 568f37a
Merge remote-tracking branch 'upstream/main' into pipeline/transform
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
3 changes: 3 additions & 0 deletions
3
doc/whats_new/upcoming_changes/sklearn.pipeline/28901.major-feature.rst
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- :class:`pipeline.Pipeline` can now transform metadata up to the step requiring the | ||
metadata, which can be set using the `transform_input` parameter. | ||
By `Adrin Jalali`_ |
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.