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.
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
feat: Add more powerful drift windowing strategies, warmup and dynamic thresholds #564
feat: Add more powerful drift windowing strategies, warmup and dynamic thresholds #564
Changes from 8 commits
9d71dfb
244da67
85ed4f5
4ca50ed
91e0dda
28dbb9f
6b22b6d
0d42176
0028e1b
9f3b70f
bbacf1e
44f29d1
836af4f
f950c25
8912476
c9091aa
4792fd4
ed0baaa
ccb6ba3
46f52d3
a2392ad
ea036c1
9594453
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 1 in modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py#L1
Check warning on line 4 in modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py#L3-L4
Check warning on line 9 in modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py#L6-L9
Check warning on line 13 in modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py#L12-L13
Check warning on line 25 in modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py#L22-L25
Check warning on line 29 in modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py#L27-L29
Check warning on line 33 in modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py#L31-L33
Check warning on line 38 in modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py#L36-L38
Check warning on line 42 in modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py#L42
Check warning on line 51 in modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py#L47-L51
Check warning on line 57 in modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py#L53-L57
Check warning on line 61 in modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py#L59-L61
Check warning on line 65 in modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py#L63-L65
Check warning on line 68 in modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/amount.py#L68
Check warning on line 1 in modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py#L1
Check warning on line 4 in modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py#L3-L4
Check warning on line 8 in modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py#L6-L8
Check warning on line 10 in modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py#L10
Check warning on line 15 in modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py#L13-L15
Check warning on line 19 in modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py#L19
Check warning on line 28 in modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py#L24-L28
Check warning on line 34 in modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py#L30-L34
Check warning on line 38 in modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py#L36-L38
Check warning on line 42 in modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/timestamp.py#L40-L42
Check warning on line 61 in modyn/config/schema/pipeline/trigger/drift/detection_window/window.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/window.py#L61
Check warning on line 65 in modyn/config/schema/pipeline/trigger/drift/detection_window/window.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/detection_window/window.py#L65
Check warning on line 12 in modyn/config/schema/pipeline/trigger/drift/metric.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/metric.py#L12
Check warning on line 21 in modyn/config/schema/pipeline/trigger/drift/metric.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/metric.py#L21
Check warning on line 33 in modyn/config/schema/pipeline/trigger/drift/metric.py
Codecov / codecov/patch
modyn/config/schema/pipeline/trigger/drift/metric.py#L33