dssg / triage

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

Add information about cohort, label, and bias to triage_runs #888

Closed shaycrk closed 2 years ago

shaycrk commented 2 years ago

Closes #859

Currently, the relationship between a given run and the labels table/hash, cohort table/hash, and bias hash isn't stored anywhere (aside from the logs), which can make debugging and iterating on the experiment config a bit challenging. To address this, the current pull request adds tracking of these associations to the triage_runs table.