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_pair_plot to visualize one dataset instead of both real and synthetic #595

Closed lajohn4747 closed 2 months ago

lajohn4747 commented 2 months ago

PR for 1 of 3 graphs to be able show real and synthetic separately using a None for one of the datasets.

This PR is for get_column_pair_plot and the relevant tests

Part of issue #581 CU-86b0t56r9

get_column_pair_plot_heat_both get_column_pair_plot_heat_real get_column_pair_plot_heat_synth get_column_pair_plot_scatter_both get_column_pair_plot_scatter_real get_column_pair_plot_scatter_synth

sdv-team commented 2 months ago

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