You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[UPDATE] Optimize identify anomaly periods algorithm
Previously, we were creating each sliding window one-by-one which took
forever on large datasets. Now we use a cumulative sum approach that gives
identical results but runs way faster on extremly huge datasets.
Signed-off-by: Kaveh Shahedi <kaveh.shahedi@ericsson.com>
0 commit comments