Skip to content

Create function for probabilistic exact match#209

Merged
bamader merged 4 commits into
mainfrom
probabilistic-exact-match
Feb 11, 2025
Merged

Create function for probabilistic exact match#209
bamader merged 4 commits into
mainfrom
probabilistic-exact-match

Conversation

@bamader

@bamader bamader commented Feb 10, 2025

Copy link
Copy Markdown
Collaborator

Description

This PR adds a matcher function for evaluating a probabilistic exact match. For a given feature field in two patient records, the matcher awards maximum log odds points for that field if the two fields are exactly the same and 0 points otherwise.

Related Issues

#201

@codecov

codecov Bot commented Feb 10, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.67%. Comparing base (1507bea) to head (fdefd01).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #209      +/-   ##
==========================================
+ Coverage   97.65%   97.67%   +0.01%     
==========================================
  Files          32       32              
  Lines        1576     1588      +12     
==========================================
+ Hits         1539     1551      +12     
  Misses         37       37              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment thread docs/site/reference.md Outdated
@ericbuckley ericbuckley linked an issue Feb 10, 2025 that may be closed by this pull request
3 tasks
Comment thread src/recordlinker/linking/matchers.py
@bamader bamader merged commit 2e228e2 into main Feb 11, 2025
@bamader bamader deleted the probabilistic-exact-match branch February 11, 2025 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

compare_probabilistic_exact_match

2 participants