dssg / triage

General Purpose Risk Modeling and Prediction Toolkit for Policy and Social Good Problems
Other
181 stars 61 forks source link

Bugfix for obtaining cohort from labels table #911

Closed shaycrk closed 1 year ago

shaycrk commented 1 year ago

Somewhat urgent bugfix -- currently, when omitting the cohort_config section of a triage_config, it gets filled in with a default query that selects all entity_id values from the feature table from objects. However, this default behavior no longer applies because this section of the config is now optional.

To fix this issue, this pull request does three things: