Usage Case Forecasts #331
Unanswered
Steviey
asked this question in
Help: Coding & Implementations
Replies: 1 comment 2 replies
-
@Steviey Thanks for the question and welcome to the STUMPY community. I haven't really come across anything significant related to forecasting with matrix profiles and STUMPY is probably not the best tool for this (specialized tools like Facebook Prophet might be more well suited). Having said that, time series chains is a very crude approach but your mileage may vary. Again, I think there are other better options and, in R, I believe that Rob Hyndman's forecast package is the gold standard. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wondering if it makes sense to use motif data of stumpy, to annotate a time series and use this as explanatory variables for forecasts. My guess is, there would be a problem with the index-length of a profile, because of the lag of items for the last window. Is there any code example out there (R or Python)?
Beta Was this translation helpful? Give feedback.
All reactions