Skip to content

Adjust matching function names to better represent functionality #109

@ericbuckley

Description

@ericbuckley

Summary

Rename all of our functions in recordlinker.linking.matchers to better align with their functionality.

Acceptance Criteria

  • Renaming the functions as directed in the comments of this issue
  • Updates to the intial_algorithms.json to match the new names
  • Updates in the test cases to account for name changes
  • Update documentation to any references to these in docs

Details

Existing Eval Names:

  • eval_perfect_match
  • eval_log_odds_cutoff

Existing Matching Names:

  • feature_match_any
  • feature_match_exact (maybe "feature_match_all"?)
  • feature_match_fuzzy_string (maybe "feature_match_fuzzy_any"?)
  • feature_match_log_odds_fuzzy_compare

Metadata

Metadata

Assignees

Labels

apiNew API feature

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions