fairgbm icon indicating copy to clipboard operation
fairgbm copied to clipboard

Handle missing values for sensitive attributes

Open AndreFCruz opened this issue 3 years ago • 0 comments

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.

AndreFCruz avatar Jul 12 '22 12:07 AndreFCruz