-
Notifications
You must be signed in to change notification settings - Fork 5
feat: opt-in pipeline fit optimisations, native bucketize, and sampled fitting support with caching #69
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
Open
ConorWorthington
wants to merge
31
commits into
ExpediaGroup:main
Choose a base branch
from
ConorWorthington:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: opt-in pipeline fit optimisations, native bucketize, and sampled fitting support with caching #69
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
96bc515
Added localCheckPointInterval
ConorWorthington b581ff1
Update pipeline.py
ConorWorthington 32502cc
Update single_feature_array_standard_scale.py
ConorWorthington 4e367d3
Update standard_scale.py
ConorWorthington 2d2f75a
Update conditional_standard_scale.py
ConorWorthington f16c0ef
Update base.py
ConorWorthington 8089c4f
Update bucketize.py
ConorWorthington 9453119
Update bucketize.py
ConorWorthington 06043b5
Update conditional_standard_scale.py
ConorWorthington b1096ce
Update single_feature_array_standard_scale.py
ConorWorthington 70cd178
Update standard_scale.py
ConorWorthington c3db6b7
Update bucketize.py
ConorWorthington 847f181
Update base.py
ConorWorthington 6d5964a
Update pipeline.py
ConorWorthington ff3e9f7
Update pipeline.py
ConorWorthington f8cff4d
Update standard_scale.py
ConorWorthington 5bb8cd9
Update single_feature_array_standard_scale.py
ConorWorthington 4c470d4
Update conditional_standard_scale.py
ConorWorthington a8a8750
Update transform_utils.py
ConorWorthington 71cf01a
Update pyproject.toml
ConorWorthington 6c4e18f
Update pipeline.py
ConorWorthington 771ab9c
Update pipeline.py
ConorWorthington d57d2a4
perf: persist during scaler fit and add pipeline fit-optimisation tests
a2985e1
Merge pull request #1 from ConorWorthington/pipeline-fit-optimisations
ConorWorthington 94dea39
Patch black
ConorWorthington 4f5cea2
Patch error
ConorWorthington 3878d2f
Patch test case
ConorWorthington 1918090
Remove complexity, remove comments
ConorWorthington 96fc184
Patch for lint
ConorWorthington 6af4ba4
Patch for linter
ConorWorthington 78fef71
refactor: address PR review feedback on pipeline fit optimisations
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding new dependencies needs a uv lock pls
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lock updated