Assessor.show_spearman_rho_matrices¶
-
Assessor.
show_spearman_rho_matrices
(df_orig, df_synth, max_p_value=1.0) Plot Spearman’s Rho correlation matrices for both the original and synthesized sets.
- Parameters
df_orig (
DataFrame
) – Original dataset.df_synth (
DataFrame
) – Synthesized dataset.max_p_value (
float
) – If the p-value is higher than this for any pair of columns, will show an empty cell.