Skip to content

Blocking on coordinates #2145

Closed Answered by RobinL
lamaeldo asked this question in Q&A
Apr 17, 2024 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Blocking rules need to be equality conditions for good performance see here:

https://moj-analytical-services.github.io/splink/topic_guides/blocking/performance.html?h=equality#equi-join-conditions

With a continuous numeric variable, probably you want to block on the rounded numbers

Thinking about it, you actually need two blocking rules on the rounded values e.g. 0.9 and 1.1 are close, but if rounding up will round to different values. So you want to block on (say) rounded up, and also the value +0.5 rounded up

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by lamaeldo
Comment options

You must be logged in to vote
1 reply
@RobinL
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants