Hi
I want to use clustcr with distance metric of Levenshtein distance, according to the docs it should be like this
clustering = Clustering(distance_metric='levenshtein')
but when running and looking inside the Clustering constructor, it doesn't expect the argument "distance_metric".
Is there another way to still use Levenshtein distance?
Hi
I want to use clustcr with distance metric of Levenshtein distance, according to the docs it should be like this
but when running and looking inside the Clustering constructor, it doesn't expect the argument "distance_metric".
Is there another way to still use Levenshtein distance?