-
Is ist addative or multuplicative?
Needs to be decided based on the seasonality. If the variation of the seasonality is constant, then additive, otherwise multuplicative
-
After reading this blog post: https://sgugger.github.io/how-do-you-find-a-good-learning-rate.html
It seems that you can get better smoothing by using an exponential weighting. Could this potentiall…
-
It's nice there's an exponentially weighted moving average. I think that could lend itself to more complex moving averages, like HoltWinters models, for instance, which include a weight for the season…
-
-
-
#### Describe the issue linked to the documentation
It is unclear from the documentation about how to use the constructor to achieve the different configurations for ExponentialSmoothing.
With ref…
-
_Ubuntu LTS, R latest, boostime latest, modeltime latest._
exponential_smoothing() runs forever...
Is there a way to reach rlgt.control() to get access to iterations etc.?
I tried set_engine('stan'…
-
**Is this a BUG REPORT or FEATURE REQUEST?**:
> Uncomment only one, leave it on its own line:
>
> /kind bug
/kind feature
**What happened**:
Current implementation of the pod auto…
-
It would be awesome to have Holt Winters in hastic
There's an interesting [blog post series](https://grisha.org/blog/2016/02/17/triple-exponential-smoothing-forecasting-part-iii/) on the algorithm.
-
Hi,
I think there may be an error in your double exponential smoothing implementation here:
https://github.com/jerrysjin/Exponential_Smoothing/blob/6f6bdf6ac4aec165181899ac1b9154733205367c/expon…