You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this line the **kwargs are not passed to the fit method of LGBMModel. Since they are not passed it's not possible to set extra parameter to the fit method.
This means that the **kwargs and **fit_kwargs specified in PowerShap class initialization are not used.
Could you please check and maybe fix this in a new release.
Cheers
Antonio
The text was updated successfully, but these errors were encountered:
Dear PoweShap authors,
I am Antonio, Machine Learning Scientist @ Booking.com.
We found this package quite nice and useful. I have a question over the code:
powershap/powershap/shap_wrappers/shap_explainer.py
Line 245 in 4a60fbe
In this line the **kwargs are not passed to the fit method of LGBMModel. Since they are not passed it's not possible to set extra parameter to the fit method.
This means that the **kwargs and **fit_kwargs specified in PowerShap class initialization are not used.
Could you please check and maybe fix this in a new release.
Cheers
Antonio
The text was updated successfully, but these errors were encountered: