Handle missing values for sensitive attributes
AndreFCruz opened this issue · comments
André Cruz commented
Summary
LightGBM allegedly handles missing values in the features (e.g., represented as NaN
).
We should also be able to handle missing values in the constraint group column (sensitive attribute).
For instance, we could do imputation with the majority group for all rows with unknown sensitive attribute.