Skip to main content
Skip table of contents

tw.endpoints.anomaly_detection.results

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

Retrieve detection results for a finished detect job.
GET ``/anomaly-detection/{id}/results``

Parameters

id: str

Job identifier

Returns

pandas.DataFrame

Detection results including timestamps, target values, normal-behavior estimates, and anomaly-indicator columns.

Example Usage

CODE
anomaly_detection_results_response = tw.endpoints.anomaly_detection.results(
    id = anomaly_detection_detect_id
)
JavaScript errors detected

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

If this problem persists, please contact our support.