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
)