Comment on TimesFM: Time Series Foundation Model for time-series forecastingparentComments−sarusso2yWhat do you mean by “observability”?−esafak2yTelemetry. Dashboards. The application is knowing when a signal is anomalous.https://en.wikipedia.org/wiki/Observability_(software)−sarusso2yOh, yes I am working on that. Usually LSTM, exploring encoder-decoders and generative models, but also some simpler models based on periodic averages (which are surprisingly useful in some use cases). But I don’t have per-core metrics.−tiagod2yDepending on how stable your signal is, I've had good experience with seasonal ARIMA and LOESS (but it's not neural networks)
Comments
What do you mean by “observability”?
Telemetry. Dashboards. The application is knowing when a signal is anomalous.
https://en.wikipedia.org/wiki/Observability_(software)
Oh, yes I am working on that. Usually LSTM, exploring encoder-decoders and generative models, but also some simpler models based on periodic averages (which are surprisingly useful in some use cases). But I don’t have per-core metrics.
Depending on how stable your signal is, I've had good experience with seasonal ARIMA and LOESS (but it's not neural networks)