Nixtla / mlforecast

Scalable machine 🤖 learning for time series forecasting.
https://nixtlaverse.nixtla.io/mlforecast
Apache License 2.0
789 stars 74 forks source link

get performance on training set #320

Closed kkckk1110 closed 3 months ago

kkckk1110 commented 4 months ago

Description

Hello, I have followed the instructions to compute the prediction performance on the validation dataset. I wonder how I can get the performance on the training set using Mlforcast?

Use case

No response

jmoralez commented 4 months ago

Hey @kkckk1110, thanks for using mlforecast. You can run fit setting fitted=True and then use the forecast_fitted_values method.

github-actions[bot] commented 3 months ago

This issue has been automatically closed because it has been awaiting a response for too long. When you have time to to work with the maintainers to resolve this issue, please post a new comment and it will be re-opened. If the issue has been locked for editing by the time you return to it, please open a new issue and reference this one.