ing-bank / popmon

Monitor the stability of a Pandas or Spark dataframe ⚙︎
https://popmon.readthedocs.io/
MIT License
493 stars 33 forks source link

Plotting 2D histograms #153

Open sbrugman opened 2 years ago

sbrugman commented 2 years ago

popmon is able to generate 2D histograms for feature interactions, however currently is not able to include plots. The relevant code to do so is here.

sbrugman commented 2 years ago

@pradyot-09 for 2D histograms (if both categorical) we can use the heatmap plotting that is implemented now