linktransformer icon indicating copy to clipboard operation
linktransformer copied to clipboard

A convenient way to link, deduplicate, aggregate and cluster data(frames) in Python using deep learning

Results 2 linktransformer issues
Sort by recently updated
recently updated
newest added

In `aggregate_rows` the comment and the code do not match: https://github.com/dell-research-harvard/linktransformer/blob/f4302acca686cace56b53490bf254c1f9e12aa43/src/linktransformer/infer.py#L289-L290 Is this intentional?

Hi All, again - wonderful package and just terrific work. One possible extension you might one day consider would be using FAISS's `range_search` function, instead of `search` (see https://github.com/facebookresearch/faiss/wiki/Special-operations-on-indexes#range-search). This...