TimeSeriesCloudPredictor.to_local_predictor#

TimeSeriesCloudPredictor.to_local_predictor(save_path: Optional[str] = None, **kwargs)#

Convert the Cloud trained predictor to a local AutoGluon Predictor.

Parameters
  • save_path (str) – Path to save the model. If None, CloudPredictor will create a folder for the model.

  • kwargs – Additional args to be passed to load call of the underneath predictor

Returns

TabularPredictor or MultiModalPredictor based on predictor_type

Return type

AutoGluon Predictor,