fbdesignpro / sweetviz

Visualize and compare datasets, target values and associations, with one line of code.
MIT License
2.94k stars 277 forks source link

Use html correlation heatmap (Associations) instead of picture. #119

Open PaleNeutron opened 2 years ago

PaleNeutron commented 2 years ago

If we have more than 100 features, no label is clear in current correlation map.

image

But if we create heatmap by seaborn or just pandas, user can zoom html to see characters clearly.

image image

Further more, use html+js can provide hover infomation on heatmap cells.