[AnomalyDetection] Support offline detectors#34311
Merged
damccorm merged 2 commits intoapache:masterfrom Mar 18, 2025
Merged
Conversation
60d732c to
57a3381
Compare
This was referenced Mar 17, 2025
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #34311 +/- ##
============================================
+ Coverage 56.34% 56.36% +0.02%
Complexity 3286 3286
============================================
Files 1173 1174 +1
Lines 179037 179169 +132
Branches 3398 3398
============================================
+ Hits 100877 100995 +118
- Misses 74903 74917 +14
Partials 3257 3257
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
r: @damccorm |
Contributor
|
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment |
damccorm
reviewed
Mar 17, 2025
| custom input/output conversion and inference. | ||
|
|
||
| Args: | ||
| custom_detector: The `OfflineDetector` to run. |
Contributor
There was a problem hiding this comment.
Suggested change
| custom_detector: The `OfflineDetector` to run. | |
| offline_detector: The `OfflineDetector` to run. |
57a3381 to
94c7246
Compare
talatuyarer
pushed a commit
to talatuyarer/beam
that referenced
this pull request
Mar 20, 2025
* Add offline detctors. * Fix typo.
prodriguezdefino
pushed a commit
to prodriguezdefino/beam-pabs
that referenced
this pull request
Mar 26, 2025
* Add offline detctors. * Fix typo.
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.
Depends on #34310