|
|
|
|
|
by hotstickyballs
1098 days ago
|
|
It strikes me as a bit weird that these time series packages tend to discard the time component of the data and just.. not do anything with it. Prophet, for example uses dates to create Fourier terms and indicators to holidays for example and that just seems like a more sane approach. |
|
For your calendar example, date information is very useful because patterns tend to exhibit a cyclic nature across years and there’s discrete special events (holidays). With enough data, you probably don’t need to include the date, but it’s informative for smaller data sets.