dssg / triage

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

Ensure attribute columns are strings in protected_df (closes #875) #876

Closed shaycrk closed 2 years ago

shaycrk commented 2 years ago

Closes #875 -- quick PR to ensure all attribute columns are read as strings rather than numeric datatypes when constructing the protected_df (numeric columns will cause downstream errors with the aequitas crosstabs).