Timeseries Pipeline Elements #26
Replies: 5 comments
-
Downsampling, e.g. |
Beta Was this translation helpful? Give feedback.
-
Interpolation, filling in missing data points based on the other elements of the time series. Examples include last-object-carry-forward, linear interpolation, cubic interpolation, and many others. |
Beta Was this translation helpful? Give feedback.
-
Smoothing, reducing the number of data points in an attempt to make graphs of the data easier to interpret. ASAP smoothing seems popular right now |
Beta Was this translation helpful? Give feedback.
-
Maybe anomaly detection (eg. issue #45)? We might need to flesh out the timeseries API a bit more before we'll know, but maybe @mkindahl has an idea? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If we do end up creating something like the proposed Timeseries API, what pipeline elements would be useful? This topic exists to serve as a low-overhead staging ground to suggest new pipeline elements.
Beta Was this translation helpful? Give feedback.
All reactions