MAIF / shapash

🔅 Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models
https://maif.github.io/shapash/
Apache License 2.0
2.71k stars 329 forks source link

remove feature for category_encoder<=2.2.2 #530

Closed guillaume-vignal closed 5 months ago

guillaume-vignal commented 6 months ago

Description

Code for category_encoder<=2.2.2 is useless now, because in setup.py we force to have a version of category_encoder greater.

Fixes #496