Nixtla / mlforecast

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

fix predict with multiple models #290

Closed jmoralez closed 9 months ago

jmoralez commented 9 months ago

Description

255 introduced a bug where the original series values weren't backed up correctly, so when using multiple models the first model would get the correct values but the second one would get the predictions from the first one instead of the original values and so on.

Fixes #289

Checklist:

review-notebook-app[bot] commented 9 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB