Summary
Create a new evaluator function named compare_probabilistic_exact_match, this should behave just like the fuzzy_match variant but return a 0 if its not an exact match and the entire log odds score if it is. This will be useful for enum fields like SEX and RACE.
Acceptance Criteria
Summary
Create a new evaluator function named
compare_probabilistic_exact_match, this should behave just like the fuzzy_match variant but return a 0 if its not an exact match and the entire log odds score if it is. This will be useful for enum fields like SEX and RACE.Acceptance Criteria