issues
search
predict-idlab
/
powershap
A power-full Shapley feature selection method.
Other
200
stars
19
forks
source link
:bug: fix bug in transform when feats with nans are selected
#8
Closed
jvdd
closed
2 years ago
jvdd
commented
2 years ago
refactor the
ShapExplainer._validate_data
method (now uses the
force_all_finite="allow-nan"
kwarg)
fix nan bug in the
transform
method by using tags (this error only occured for catboost models)
ShapExplainer._validate_data
method (now uses theforce_all_finite="allow-nan"
kwarg)transform
method by using tags (this error only occured for catboost models)