TimeSeriesCloudPredictor.download_trained_predictor#

TimeSeriesCloudPredictor.download_trained_predictor(predictor_path: Optional[str] = None, save_path: Optional[str] = None) str#

Download the trained predictor from the cloud.

Parameters
  • predictor_path (Optional[str], default = None) – The s3 predictor path you want to download from. If None, CloudPredictor will try to find the predictor that’s being trained by it and will raise an error if there’s none.

  • save_path (Optional[str], default = None) – Path to save the model. If None, CloudPredictor will create a folder ‘AutogluonModels’ for the model under local_output_path.

Returns

save_path – Path to the saved model.

Return type

str