Get best model parameters/coefficients #783
Answered
by
jmoralez
AFilipaVEL
asked this question in
Q&A
-
Hi all, I'm estimating an ETS model, using
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
jmoralez
Feb 14, 2024
Replies: 1 comment 6 replies
-
Hey. The fcst.fit(df=imputed_v) # this saves the trained models in the fitted_ attribute, which is an (n_series, n_models) array
print(fcst.fitted_[0, 0].model_) # access the first model |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have #642 tracking it, we'll implement it soon.