Assessor.show_first_order_metric_distancesΒΆ
-
Assessor.
show_first_order_metric_distances
(df_orig, df_synth, metric) Plot and compare distribution distances for each column between the original and synthesized sets.
- Parameters
df_orig (
DataFrame
) β Original dataset.df_synth (
DataFrame
) β Synthesized dataset.metric (
TwoColumnMetric
) β the distribution distance metric to show.
Returns the maximum and average distances.
- Return type
Tuple
[float
,float
]