FairML.jl is a Julia package combining resampling, constrained optimization, and cut-off selection to reduce disparate impact and disparate mistreatment in binary classification.
FairGBM: Gradient Boosting with Fairness Constraints
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Tabular data is prevalent in many high-stakes domains, such as financial services or public policy. Gradient Boosted Decision Trees (GBDT) are popular in these settings due to their scalability, performance, and low training cost. While fairness in these domains is a foremost concern, existing in-processing Fair ML methods are either incompatible with GBDT, or incur in significant performance losses while taking considerably longer to train. We present FairGBM, a dual ascent learning framework for training GBDT under fairness constraints, with little to no impact on predictive performance when compared to unconstrained GBDT. Since observational fairness metrics are non-differentiable, we propose smooth convex error rate proxies for common fairness criteria, enabling gradient-based optimization using a ``proxy-Lagrangian'' formulation. Our implementation shows an order of magnitude speedup in training time relative to related work, a pivotal aspect to foster the widespread adoption of FairGBM by real-world practitioners.
fields
cs.LG 1years
2024 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
FairML: A Julia Package for Fair Classification
FairML.jl is a Julia package combining resampling, constrained optimization, and cut-off selection to reduce disparate impact and disparate mistreatment in binary classification.