Trying to understand predicted similarity scores during findAndLabel #1168
Unanswered
rkennedy-argus
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm seeing some pairs during
findAndLabel
with similarity scores that are FAR higher than I would expect. For example:These rows are not even remotely similar, aside from having the same first letter in the
name
field. At first, I thought maybe it was because of the empty fields. But I judiciously applied thenull_or_blank
match type to rule that out and I'm still seeing this similarity score.Here are the field definitions I'm working with:
Beta Was this translation helpful? Give feedback.
All reactions