fairlens.metrics.auto_distance#

auto_distance(column)[source]#

Return a suitable statistical distance metric based on the distribution of the data.

Parameters

column (pd.Series) – The input data in a pd.Series.

Returns

The class of the distance metric.

Return type

Type[DistanceMetric]