Nixtla / mlforecast

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

add DistributedMLForecast.update #324

Closed jmoralez closed 4 months ago

jmoralez commented 4 months ago

Description

Adds the MLForecast.update and DistributedMLForecast.update methods. The first one is only a wrapper of MLForecast.ts.update, the second one broadcasts the new dataframe to all workers where each one slices its corresponding partition and updates the series accordingly.

Fixes #317

Checklist:

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

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB