Compute model-agnostic feature importance weights

Compute model-agnostic feature importance weights for the provided exogenous features. It takes a JSON as an input containing the historical data with exogenous features and the attribution method to use. No foundation model is involved. The response contains one normalized weight per feature.

post/v2/explain

Request body

method'granger' | 'transfer_entropy'

Model-agnostic causal analysis method used by the /v2/explain endpoint. Options are: 'granger' (default) and 'transfer_entropy'.

Response

Successful Response

weightsnumber[] required
feature_namesstring[] nullable
methodstring required

Changes

Changed in 1 of the 11 revisions of this API.1