fairgbm icon indicating copy to clipboard operation
fairgbm copied to clipboard

rename `constraint_group` argument to `sensitive_attributes`

Open AndreFCruz opened this issue 3 years ago • 0 comments

The term constraint_group alludes to constrained optimization, but the main use-case for FairGBM is enhancing fairness and a better kwarg name should probably be chosen.

Suggestions:

  • sensitive_attributes
  • protected_attributes
  • constraint_groups -> note the plural

NOTE this is a breaking change and will need a corresponding PR in the feedzai-openml-java repository etc.

AndreFCruz avatar Sep 15 '22 10:09 AndreFCruz