Explainability REST API Guide
Last updated
Was this helpful?
Last updated
Was this helpful?
Parse slice query data
Fetch slice query data
Get feature impact for the given environment or a slice query
Feature Impact api request body
Feature Impact api data sources
Unique ID of model.
Number of reference points used in the explanations. Only for non text inputs
The maximum number of ablated model inferences per feature. Only for non text inputs
The confidence interval level (between 0 and 1) to use for all confidence intervals computed. Only for non text inputs
Specify a minimum support to retrieve top words. Only for Text data (NLP models)
Only used for NLP (TEXT inputs) models. Output column names to compute feature impact on. If None, use all.
environment to use for the reference dataset.
Get feature importance for the given environment or a slice query
Number of reference points used in the explanations
The maximum number of ablated model inferences per feature
The confidence interval level (between 0 and 1) to use for all confidence intervals computed
environment to use for the reference dataset.
Get model scores for the given environment or a slice query
Model uuid
Threshold for binary classification models
Top K for ranking models
Compute and update cached feature impact on an environment
Request body for precompute feature impact
Unique identifier for model.
Unique identifier for environment.
Type of environment. Either PRE_PRODUCTION or PRODUCTION.
Number of reference points used in the explanations
The maximum number of ablated model inferences per feature
The confidence interval level (between 0 and 1) to use for all confidence intervals computed
Used for TEXT models to specify a minimum support (number of times a specific work was present in the sample data) to retrieve top words. Default to 15.
Compute and cache feature impact on an environment
Request body for precompute feature impact
Unique identifier for model.
Unique identifier for environment.
Type of environment. Either PRE_PRODUCTION or PRODUCTION.
Number of reference points used in the explanations
The maximum number of ablated model inferences per feature
The confidence interval level (between 0 and 1) to use for all confidence intervals computed
Used for TEXT models to specify a minimum support (number of times a specific work was present in the sample data) to retrieve top words. Default to 15.
Get precomputed feature impact for a model
Unique identifier for the model.
Compute and update cached feature importance on an environment
Number of reference points used in the explanations
The maximum number of ablated model inferences per feature
The confidence interval level (between 0 and 1) to use for all confidence intervals computed
Compute and cache feature importance on an environment
Number of reference points used in the explanations
The maximum number of ablated model inferences per feature
The confidence interval level (between 0 and 1) to use for all confidence intervals computed
Get precomputed feature importance for a model
Unique identifier for model.
Get predictions from a model
{"CreditScore":619,"Geography":"France","Gender":"Female","Age":42,"Tenure":2,"Balance":0,"NumOfProducts":1,"HasCrCard":"Yes","IsActiveMember":"Yes","EstimatedSalary":101348.88}