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