Using Stumpy with non-stationary and trend based data #363
Replies: 1 comment 1 reply
-
@acamit Thank you for your question and welcome to the STUMPY community.
When it comes to traditional time series forecasting, I would recommend looking at other packages such as Facebook Prophet. Time series chains is interesting but may not be as robust and more experimental as a method. Of course, I recommend reading the original time series chains paper as they further elaborate on what to do to "extrapolate" the web queries for the following year (relating to the Khols example at the end of the tutorial). There is something that was published recently called Geometric Chains that is an open issue #211 but we have yet to implement it. Again, from what I can tell, forecasting (in the traditional sense) may not be STUMPY's strength (instead, it is in spotting patterns/conserved behavior). I hope that helps. |
Beta Was this translation helpful? Give feedback.
-
@seanlaw I am trying to experiment with forecasting using time series chains in stumpy.
I have gone through the time series chains doc here. https://stumpy.readthedocs.io/en/latest/Tutorial_Time_Series_Chains.html
I was wondering if there are any relevant demos/samples or actual code snippets where something similar has been done.
I was hoping to see some implementations to get hang of how the features can actually be put in practice.
Beta Was this translation helpful? Give feedback.
All reactions