fatf.exceptions.IncompatibleExplainerError¶
- 
exception 
fatf.exceptions.IncompatibleExplainerError[source]¶ Exception raised when an explainer lacks desired functionality.
New in version 0.0.2.
For example, is can be raised when an explainer object does not have an
explain_instancemethod or if theexplain_instancemethod does not have at least one required parameter (an array with a data point to be explained).