You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hi,
This library is quite powerful and I appreciate it a lot. I am wondering is there any way to return back the fitted values for training phase, like the fittedvalues attribute of sarima model in statsmodels package? I would like to compute the R2, RMSE, etc for training phase as well.
Thank you!
Describe the solution you'd like
one added attribute for the train function
Describe alternatives you've considered
directly return back some evaluation metrics: R2, RMSE, MSE, MAPE etc. for training phase
Additional Context
No response
The text was updated successfully, but these errors were encountered:
This can currently be accessed via the private arima_res_ attribute. But this would be a pretty easy attribute to expose at the top-level. We'll get this into the next release
Is your feature request related to a problem? Please describe.
Hi,
This library is quite powerful and I appreciate it a lot. I am wondering is there any way to return back the fitted values for training phase, like the fittedvalues attribute of sarima model in statsmodels package? I would like to compute the R2, RMSE, etc for training phase as well.
Thank you!
Describe the solution you'd like
one added attribute for the train function
Describe alternatives you've considered
directly return back some evaluation metrics: R2, RMSE, MSE, MAPE etc. for training phase
Additional Context
No response
The text was updated successfully, but these errors were encountered: