Assessor.show_categorical_logistic_r2_distances¶
-
Assessor.
show_categorical_logistic_r2_distances
(df_orig, df_synth) Plot and compare R^2 score 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.
- Return type
Tuple
[float
,float
]