Fei0823

Results 3 issues of Fei0823

when i run this section of codes, thr following error arise. ![image](https://github.com/user-attachments/assets/a48c83fa-fc6f-4c26-9a68-74d01f4ef96e) Then, i chaged model.act_fun[0].coef[0].shape[0] to model.act_fun[0].coef[0].shape[1], it equals to G+k. However, the following error occurs ![image](https://github.com/user-attachments/assets/fdf8498e-6ea3-4c7c-a913-796afeee9e1f)

when i run the hellokan tutorial, the Kan plot is same after prunning. After that, i run the following step, continue training, the following error appear. Could anyone tell me...

### Issue Description When i run the Model agnostic example with KernelExplainer (explains any function) example, the following error arise. ![image](https://github.com/user-attachments/assets/af996f58-9ae3-4c9e-81e2-b1910e2d1f73) ### Minimal Reproducible Example ```python import sklearn import shap...

bug
awaiting feedback