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