fairgbm
fairgbm copied to clipboard
rename `constraint_group` argument to `sensitive_attributes`
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_attributesprotected_attributesconstraint_groups-> note the plural
NOTE this is a breaking change and will need a corresponding PR in the feedzai-openml-java repository etc.