MAIF / shapash

🔅 Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models

Home Page:https://maif.github.io/shapash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade of minimum version of pandas to 2.1.0

guillaume-vignal opened this issue · comments

With version 2.1.0, Pandas has done some changes, applymap is deprecated and we have to use map instead

  • add minimal version pandas 2.1.0 in the setup
  • change applymap to map method