Closed c625473164 closed 4 years ago
The latency on my machine with data around 1 week takes about 10 seconds, I found the STL function takes too much time. Is there any way to imporve the performance? Such as analyze the data incrementally.
Maybe you can read the detect_anoms.py,it uses rstl package. rstl has one parameter robust, if set it to False,program can run much faster.
The latency on my machine with data around 1 week takes about 10 seconds, I found the STL function takes too much time. Is there any way to imporve the performance? Such as analyze the data incrementally.