Analyzes model interpretability using permutation importance and partial dependence. Helps explain which features drive model predictions for regulatory and business understanding.
API key for authentication. Get your key at https://finceptbackend.share.zrok.io/auth/register
Feature matrix
[[1.2, 0.5, 3.1], [2.1, 1.3, 2.5]]Target values
[0.234, 0.567]Model label for reference
"credit_model_v1"
Interpretability method
permutation, partial_dependence "permutation"