Skip to content

Commit 5778dd3

Browse files
committed
Switched hashing logic
1 parent 65f93e9 commit 5778dd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

semhash/datamodels.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class DeduplicationResult(Generic[Record]):
4040
selected: List of deduplicated records after removing duplicates.
4141
filtered: List of DuplicateRecord objects containing details about duplicates of an original record.
4242
threshold: The similarity threshold used for deduplication.
43+
columns: Columns used for deduplication.
4344
deduplicated: Deprecated, use selected instead.
4445
duplicates: Deprecated, use filtered instead.
4546

0 commit comments

Comments
 (0)