Explainability REST API Guide
Last updated
Was this helpful?
Last updated
Was this helpful?
Parse slice query data
/v3/slice-query/parse
Fetch slice query data
/v3/slice-query/fetch
Get feature impact for the given environment or a slice query
/v3/analytics/feature-impact
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
/v3/analytics/feature-importance
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
/v3/analytics/scores
Model uuid
Threshold for binary classification models
Top K for ranking models
Compute and update cached feature impact on an environment
/v3/analytics/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
/v3/analytics/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
/v3/analytics/feature-impact/precomputed
Unique identifier for the model.
Compute and update cached feature importance on an environment
/v3/analytics/precompute-feature-importance
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
/v3/analytics/precompute-feature-importance
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
/v3/analytics/feature-importance/precomputed
Unique identifier for model.
Get predictions from a model
/v3/predict