order of autoarima params return from sf.fitted_[0][0].model_ {'arma': (1, 0, 0, 1, 12, 1, 1)} #492
Unanswered
YallaRajesh
asked this question in
Q&A
Replies: 1 comment
-
Hi @YallaRajesh , |
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
-
Hello 👋,
can any one tell what is the order of autoarima params return from fitted_ ??
like
"sf.fitted_[0][0].model_ returns dictionary with
{'arma': (1, 0, 0, 1, 12, 1, 1)} ".
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions