Skip to content

What happens with multiple comparisons on same column #2582

Answered by RobinL
brianfhead asked this question in Q&A
Discussion options

You must be logged in to vote

Each comparison is composed of a number of comparison levels:
https://moj-analytical-services.github.io/splink/topic_guides/comparisons/comparisons_and_comparison_levels.html#defining-similarity

They are mutually exclusive, similarity can be categorised in only one of the comparison levels. Each comparison level corresponds to a single gamma value.

If you have two comparisons that refer to the same column it might actually cause a bug or error because it shouldn't be done: it would cause that column to be double counted. If you really wanted to do it, I think you have to specify the comparison as a dict :
https://moj-analytical-services.github.io/splink/topic_guides/comparisons/customisin…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@brianfhead
Comment options

@RobinL
Comment options

Answer selected by brianfhead
@brianfhead
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