TabularCloudPredictor.download_trained_predictor#
- TabularCloudPredictor.download_trained_predictor(save_path: Optional[str] = None) str #
Download the trained predictor from the cloud.
- Parameters
save_path (str) – 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