tw.endpoints.auto_forecast.model
tw.endpoints.auto_forecast.model(id=str)
Retrieve the trained model for a finished job.
GET ``/auto-forecast/{id}/model``
Parameters
id: str
Job identifier
Returns
dict
The serialised model object.
Example Usage
CODE
auto_forecast_model_response = tw.endpoints.auto_forecast.model(
id = auto_forecast_id
)