'how to detect anomalies for multiple time series?
I have about 1000 time series each time series is a record of an api latency i want to detect anoamlies for all the time series. Should I create a for loop to train one model(LSTM-Autoencoder) per api(per one time series) ? Or is there a way to fit one model that can detect anomalies for all the time series ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
