Assessor.show_spearman_rho_distances¶
-
Assessor.
show_spearman_rho_distances
(df_orig, df_synth, max_p_value=1.0) Plot and compare Spearman’s Rho correlation distances between the original and synthesized sets.
- Parameters
df_orig (
DataFrame
) – Original dataset.df_synth (
DataFrame
) – Synthesized dataset.
Returns the maximum and average correlation distances.