xai4tsc.evaluation
XAI evaluation metrics wrapping the Quantus library.
Submodules:
evaluate— theevaluate()entry point and theMETRICSregistry.base— theEvaluatorBase/QuantusEvaluatorwrappers.frequency_evaluate,timefrequency_perturbation,timefrequency_auc— native frequency and time-frequency metrics.
Use evaluate() as the main entry point. The METRICS registry maps metric names
to callables that produce an EvaluatorBase (native subclasses, or the single
QuantusEvaluator bound to a name from QUANTUS_METRICS); use
register_metric() to add custom ones.