Skip to main content
Skip table of contents

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

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

If this problem persists, please contact our support.