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 331 forks source link

Review test environment management #501

Open ThomasBouche opened 11 months ago

ThomasBouche commented 11 months ago

Description of Problem: To test in Shapash, we install all the extra requirements and even dependencies to test machine learning model compatibility. One problem this causes is that the tests don't match the versions of dependencies installed by pip install shapash

Potentially, the installation won't work while the tests pass.

Overview of the Solution: The ideal solution would be to test Shapash with basic and full functionality.

We're open to different solutions