Model Interpretability Analysis
quantlib-ml
Model Interpretability Analysis
Analyzes model interpretability using permutation importance and partial dependence. Helps explain which features drive model predictions for regulatory and business understanding. [Tier: ENTERPRISE, Credits: 10]
POST
Model Interpretability Analysis
Authorizations
API key for authentication. Get your key at https://api.fincept.in/auth/register
Body
application/json
Feature matrix
Example:
[[1.2, 0.5, 3.1], [2.1, 1.3, 2.5]]Target values
Example:
[0.234, 0.567]Model label for reference
Example:
"credit_model_v1"
Interpretability method
Available options:
permutation, partial_dependence Example:
"permutation"
