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_instance method or if the explain_instance method does not have at least one required parameter (an array with a data point to be explained).