microsoft / responsible-ai-toolbox-mitigations

Python library for implementing Responsible AI mitigations.
https://responsible-ai-toolbox-mitigations.readthedocs.io/en/latest/
MIT License
57 stars 6 forks source link

seaborn package required for case2_stat but not in requirements.txt #30

Closed morrissharp closed 2 years ago

morrissharp commented 2 years ago

Seaborn is used in one of the plotting functions in case2_stat.ipynb but is not in requirements.txt. Not sure if this is really needed or if it is fine to switch it to matplotlib.

mrfmendonca commented 2 years ago

I added a message in the beginning of the case study notebooks alerting that those notebooks require seaborn.