Skip to main content
Skip table of contents

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
)
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.