Optimal alpha in exponential smoothing models #877
Replies: 3 comments 1 reply
-
I think that's what this model does statsforecast/statsforecast/models.py Line 1989 in 7f60571 do you want to extract the value of alpha? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah, great, I should have looked at those functions before asking. Extracting alpha would be beneficial - is that feature available in that function? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks @jmoralez will do if I actually have need for it. This answers my initial request, glad these functions are available! |
Beta Was this translation helpful? Give feedback.
0 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 realize this is likely out-of-scope for this package, but are there any ready-to-use techniques for finding the optimal alpha based on minimizing the SSE of the residuals?
I understand I can just write my own optimization code but curious what techniques practitioners turn to?
Beta Was this translation helpful? Give feedback.
All reactions