[ML] Adjust the behavior of `skip_result` custom rules
Open
:ml
- Dominant language
- C++
- Stars
- 157
- Forks
- 67
- Avg merge
- 12h 48m
- Merged PRs (30d)
- 16
Description
Currently, if we define `skip_result` it avoids updating distribution quantiles. This can change the impact on the anomaly score, although the anomaly probability remains the same.
Ideally, we need to change the behavior such that for `skip_result`, the algorithm behaves "normally", except it avoids writing records and changing aggregates.
\cc @tveasey
Contributor guide
Assessment
This issue has not been assessed yet.