Skip to main content

Causal Attributions

Tags: Models

Method: POST

Endpoint: https://api.causadb.com/v1/models/{model_name}/causal-attributions

Description:

Calculate the causal attributions of each node for a specified outcome

Parameters:

  • model_name (path): The name of the model to query

Request Body:

  • Description: Parameters of the query. outcome is the outcome node, and normalise is a boolean to normalise the results.

Responses:

  • 200: Successful Response
  • 422: Validation Error