Skip to main content
Skip table of contents

tw.endpoints.forecast.rca_table

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

Retrieve the root-cause analysis table for a finished RCA job.
GET ``/forecast/{id}/rca-table``

Parameters

id: str

Job identifier

Returns

dict:

RCA table keyed by model index, with CSV strings as values.

Example Usage

CODE
forecast_rca_table_response = tw.endpoints.forecast.rca_table(
    id = forecast_rca_id,
)
JavaScript errors detected

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

If this problem persists, please contact our support.