-
Stumpy is awesome! It simplified many difficulties I faced when I implemented time series anamoly detection, but I have multiple questions.
P.S. I am new to the field and I hope you can help me! |
Beta Was this translation helpful? Give feedback.
Answered by
JaKasb
Nov 4, 2021
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
phant0mon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
windowsize = number of samples
2 hours / 15 minutes = 2h / 0.25h = 8 samples
You can formulate an optimization problem, if you know which performance metric you want to maximize.
f(data, threshold) -> performance metric
maximize f(data, threshold) by varying threshold.
Usually you also need annotated labelled data (ground truth) for the performance metric.