hub-py
hub-py copied to clipboard
Remove Seaborn + Matplotlib
why are Seaborn + Matplotlib required?
They were required for indicators and their charts. Do I delete the indicator classes now?
I suggest that we keep the classes, but extract the visualization & dependencies to a separate library/module.
This came up because I created a prototype Flask API using Hub.py and didn't want viz dependencies for a JSON api.