sdv-dev / SDMetrics

Metrics to evaluate quality and efficacy of synthetic datasets.
https://docs.sdv.dev/sdmetrics
MIT License
201 stars 45 forks source link

Allow `get_column_plot` to graph synthetic and real data individually #596

Closed lajohn4747 closed 2 months ago

lajohn4747 commented 2 months ago

Part 2 of 3 for allowing visualizations to work with a single dataset: #581 CU-86b0t56r9

This PR is to handle get_column_plot

get_column_plot_bar_both get_column_plot_bar_real get_column_plot_bar_synth get_column_plot_dist_both get_column_plot_dist_real get_column_plot_dist_synth

sdv-team commented 2 months ago

Task linked: CU-86b0t56r9 SDMetrics - Allow me to visualize just the real or synthetic data #581

npatki commented 2 months ago

Hi @lajohn4747 the request was to always have the correct color -- so when you're doing synthetic data, it should be light blue, not dark blue. However, all of your graphs are the darker color. Could you update this?