Closed
Description
This line breaks for shapiq.Explainer(model, data, index="SV", approximator="permutation")
because SV approximators have no max_order
.
shapiq/shapiq/explainer/tabular.py
Line 270 in 4280a7d
Potential solution: Add **kwargs
to SV approximators.