FairXGBoost: Fairness-aware Classification in XGBoost
Srinivasan Ravichandran, Drona Khurana, Bharath Venkatesh, Narayanan, Unny Edakunni

TL;DR
This paper introduces FairXGBoost, a fairness-aware modification of the XGBoost algorithm that maintains its scalability and performance while improving fairness, with minimal changes needed for implementation.
Contribution
It presents a novel fair variant of XGBoost that combines high performance with fairness, bridging the gap between bias mitigation and scalable models.
Findings
FairXGBoost achieves comparable accuracy to standard XGBoost.
It improves fairness metrics significantly over baseline models.
The method requires minimal modifications to existing XGBoost implementations.
Abstract
Highly regulated domains such as finance have long favoured the use of machine learning algorithms that are scalable, transparent, robust and yield better performance. One of the most prominent examples of such an algorithm is XGBoost. Meanwhile, there is also a growing interest in building fair and unbiased models in these regulated domains and numerous bias-mitigation algorithms have been proposed to this end. However, most of these bias-mitigation methods are restricted to specific model families such as logistic regression or support vector machine models, thus leaving modelers with a difficult decision of choosing between fairness from the bias-mitigation algorithms and scalability, transparency, performance from algorithms such as XGBoost. We aim to leverage the best of both worlds by proposing a fair variant of XGBoost that enjoys all the advantages of XGBoost, while also…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEthics and Social Impacts of AI · Privacy-Preserving Technologies in Data · Explainable Artificial Intelligence (XAI)
MethodsLogistic Regression
