Fitted values from AutoETS or AutoARIMA estimation #799
Closed
AFilipaVEL
started this conversation in
General
Replies: 2 comments
-
Hey. You should be able to get them as in the local interface, e.g. sf = StatsForecast(...)
forecasts = sf.forecast(..., fitted=True)
in_sample = sf.forecast_fitted_values() |
Beta Was this translation helpful? Give feedback.
0 replies
-
It works!! 😄 Thanks a lot! |
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
-
Hi all,
Is it already available the method for obtainning the fitted values after estimating an AutoETS or an AutoARIMA model, based on a spark dataframe? If so, how can i proceed to get those?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions