Hey Guys! Hope everyone doing well? I came across...
# general
r
Hey Guys! Hope everyone doing well? I came across problem in statsforecast,can anyone tell me how to check weights of models?
f
sf.fitted_ attribute should give you what the model is built of.
🙌 1
r
Thanks for reply,But iam looking for how to check thier co-efficients?
a
sf.fitted_[model_index][unqiue_id].model_
🙌 1