Skip to main content
Skip table of contents

tw.endpoints.anomaly_detection.model

tw.endpoints.anomaly_detection.model(id=str)

Retrieve the trained model for a finished build-model job.
GET ``/anomaly-detection/{id}/model``

Parameters

id: str

Job identifier

Returns

dict

The serialised model object.

Example Usage

CODE
anomaly_detection_model_response = tw.endpoints.anomaly_detection.model(
    id = anomaly_detection_build_model_id
)
JavaScript errors detected

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

If this problem persists, please contact our support.