You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2022. It is now read-only.
Issue Type
Current Behavior
We currently have 3 functions to parse the deceased field:
parse_comma_delimited_deceased_fieldparse_pipe_delimited_deceased_fieldparse_space_delimited_deceased_fieldThese functions either work of fail and are ordered from the most used in the reports, to the less used.
Expected Behavior
In addition to returning the results, we should also return a confidence score.
All the functions could be run asynchronously, and once they return, we take the result of the function with the highest confidence score.
Possible Solution
To assign the confidence score, we could: