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,
)