Skip to main content

source

DistributedMLForecast

Multi backend distributed pipeline
source

DistributedMLForecast.fit

Apply the feature engineering and train the models.
source

DistributedMLForecast.predict

Compute the predictions for the next horizon steps.
source

DistributedMLForecast.save

Save forecast object
source

DistributedMLForecast.load

Load forecast object
source

DistributedMLForecast.update

Update the values of the stored series.
source

DistributedMLForecast.to_local

*Convert this distributed forecast object into a local one This pulls all the data from the remote machines, so you have to be sure that it fits in the scheduler/driver. If you’re not sure use the save method instead.*
source

DistributedMLForecast.preprocess

Add the features to data.
source

DistributedMLForecast.cross_validation

Perform time series cross validation. Creates n_windows splits where each window has h test periods, trains the models, computes the predictions and merges the actuals.