zelros / cinnamon

CinnaMon is a Python library which offers a number of tools to detect, explain, and correct data drift in a machine learning system
MIT License
76 stars 9 forks source link

ValueError: Error in computation of feature contributions #3

Closed fabienvauchelles closed 3 years ago

fabienvauchelles commented 3 years ago

Environnement: Anaconda on Windows

When I'm executing notebook 'catboost_binary_classif_breast_cancer.ipynb', I've got this error:

image

YohannLeFaou commented 3 years ago

Yes I have encountered pbm with Catboost while implementing this project. I don't advise to use catboost anymore since I found bugs in some functions of the Catboost API.

https://github.com/catboost/catboost/issues/1850#issuecomment-928269694

XGBoost is more reliable.

But normaly this bug should be fixed with my last updates. Let me know or close this issue if it ok. Thx.