fairxai.handler

Classes

Handler()

Abstract class for xai methodology handler

class fairxai.handler.Handler[source]

Abstract class for xai methodology handler

abstract compatible_dataset()[source]

it access object properties and return the compatible dataset types for the xai method handled: Tabular | Image | Text | Timeseries

explanation_type()[source]

it access object properties and return the explanation types created by the xai method handled: Feature Importance | Rules-CounterRules | Examples-CounterExamples