You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this documentation I should be able to use the get_column_pair_plot function to to visualize just the real data (if I don't have access to the synthetic data).
This function currently works with plot types scatter and box but it does not work with heatmap.
I expect a heatmap to be shown for just the real data (single heatmap square rather than a side-by-side comparison), and the title should be updated to just say Real Data for columns '<name>' and '<name>'
I also expect that this same functionality to work in the opposite case (where I have only synthetic data but not real data).
The text was updated successfully, but these errors were encountered:
Environment Details
Error Description
According to this documentation I should be able to use the
get_column_pair_plot
function to to visualize just the real data (if I don't have access to the synthetic data).This function currently works with plot types
scatter
andbox
but it does not work withheatmap
.Steps to reproduce
This errors out.
Expectation
I expect a heatmap to be shown for just the real data (single heatmap square rather than a side-by-side comparison), and the title should be updated to just say
Real Data for columns '<name>' and '<name>'
I also expect that this same functionality to work in the opposite case (where I have only synthetic data but not real data).
The text was updated successfully, but these errors were encountered: