ing-bank / probatus

Validation (like Recursive Feature Elimination for SHAP) of (multiclass) classifiers & regressors and data used to develop them.
https://ing-bank.github.io/probatus
MIT License
132 stars 40 forks source link

upgrade to SHAP 0.44.1 and xgboost>=2.0.2 #256

Closed erfanian7 closed 7 months ago

erfanian7 commented 7 months ago

Upgrade SHAP packages to version 0.44.1 and XGBoost to 2.0.2 to resolve incompatibilities with our project (for Python 3.10). After applying changes, we have tested Probatus and found no errors.

ReinierKoops commented 7 months ago

Thank you for your contribution. I am not certain of the necessity of changing the shap package. Also the sign is not >=. The xgboost makes sense I think

ReinierKoops commented 7 months ago

I’d prefer shap version 0.44.0 and xgboost version 2.0.0

erfanian7 commented 7 months ago

Thank you for your input. You are correct, so I will close it.