levenshtein_at_thresholds("Description",2) #702
Answered
by
RobinL
msiemionCalistapw
asked this question in
Q&A
-
what does the ",2" and ",[1,2]" mean in levenshtein_at_thresholds ? |
Beta Was this translation helpful? Give feedback.
Answered by
RobinL
Aug 11, 2022
Replies: 1 comment
-
That will create one comparison level with a threshold distance of 1, and a second at a threshold distance of 2 There's some documentation here: splink/splink/comparison_library.py Line 153 in 5af45c5 And the comparison has a human_readable_description property that will explain what it does: Line 467 in 5af45c5 So for instance:
will output
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RobinL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That will create one comparison level with a threshold distance of 1, and a second at a threshold distance of 2
There's some documentation here:
splink/splink/comparison_library.py
Line 153 in 5af45c5
And the comparison has a human_readable_description property that will explain what it does:
splink/splink/comparison.py
Line 467 in 5af45c5
So for instance:
will output