Assessor.show_second_order_metric_distancesΒΆ
-
Assessor.
show_second_order_metric_distances
(df_orig, df_synth, metric) Plot and compare the given correlation metric distances between the original and synthesized sets.
- Parameters
df_orig (
DataFrame
) β Original dataset.df_synth (
DataFrame
) β Synthesized dataset.metric (
TwoColumnMetric
) β Correlation metric to show distances on.
Returns the maximum and average correlation distances.
- Return type
Tuple
[float
,float
]