Skip to content

Add outcome for specifying outcomes#77

Merged
TimothyWillard merged 1 commit intomainfrom
push-tnywvunnwyvn
Dec 17, 2025
Merged

Add outcome for specifying outcomes#77
TimothyWillard merged 1 commit intomainfrom
push-tnywvunnwyvn

Conversation

@TimothyWillard
Copy link
Collaborator

Similar to detection, added outcome for specifying outcome types
which correspond to the newly added 'outcome' slot of the
SeverityEstimateModel class. The function takes a column from the line
list and maps the values to 'asymptomatic', 'symptomatic', and 'severe'.
Extracted out common logic between outcome and detection into
validate_map. Also, rearranged some of the internal functions into
their own files for clarity.

Closes #75.

Similar to `detection`, added `outcome` for specifying outcome types
which correspond to the newly added 'outcome' slot of the
`SeverityEstimateModel` class. The function takes a column from the line
list and maps the values to 'asymptomatic', 'symptomatic', and 'severe'.
Extracted out common logic between `outcome` and `detection` into
`validate_map`. Also, rearranged some of the internal functions into
their own files for clarity.

Closes #75.
@TimothyWillard TimothyWillard merged commit 28e10cb into main Dec 17, 2025
5 checks passed
@TimothyWillard TimothyWillard deleted the push-tnywvunnwyvn branch December 17, 2025 15:44
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.

Add specification for outcome

1 participant