When clustering I receive the following warning
UserWarning: A component contained 77760 elements.
Components larger than 30000 are re-filtered.
The threshold for this filtering is 4.08109134074e-15
What does this mean?
My original thereshold specification was 0.191 as below
clustered_dupes = deduper.match(data,threshold=0.191)