Frequently Asked Questions
General troubleshooting
I'm getting code errors using a method on my model and my data
My model works on different input types, e.g. pandas dataframes instead of numpy arrays so the explainers don't work
pandas dataframes instead of numpy arrays so the explainers don't workExplanations are taking a long time to complete
The explanation returned doesn't make sense to me
Is there a way I can get more information from the library during the explanation generation process?
Anchor explanations
Why is my anchor explanation empty (tabular or text data) or black (image data)?
Why is my anchor explanation so long (tabular or text data) or covers much of the image (image data)?
Counterfactual explanations
I'm using the methods Counterfactual, CounterfactualProto, or CEM on a tree-based model such as decision trees, random forests, or gradient boosted models (e.g. xgboost) but not finding any counterfactual examples
xgboost) but not finding any counterfactual examplesI'm getting an error using the methods Counterfactual, CounterfactualProto, or CEM, especially if trying to use one of these methods together with IntegratedGradients or CFRL
Why am I'm unable to restrict the features allowed to changed in CounterfactualProto?
Similarity explanations
I'm using the GradientSimilarity method on a large model and it runs very slow. If I use precompute_grads=True I get out of memory errors. How do I solve this?
precompute_grads=True I get out of memory errors. How do I solve this?I'm using the GradientSimilarity method on a tensorflow model and I keep getting warnings about non-trainable parameters but I haven't set any to be non-trainable?
Last updated
Was this helpful?

