Related Experiment Video
Updated: Aug 29, 2025

A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
Published on: January 11, 2020
Utilizing data sampling techniques on algorithmic fairness for customer churn prediction with data imbalance problems
Maw Maw1, Su-Cheng Haw1, Chin-Kuan Ho1
1Faculty of Computing and Informatics, Multimedia University, Cyberjaya, Selangor, 63100, Malaysia.
Data sampling techniques used in customer churn prediction can introduce gender-based discrimination. Random Forest classifiers performed best, but some sampling methods exacerbated fairness issues, particularly for the female group.
Area of Science:
- Machine Learning
- Data Science
- Algorithmic Fairness
Background:
- Customer churn prediction (CCP) is crucial for service providers, but often suffers from class imbalance problems (CIP).
- Data sampling techniques (DSTs) are used to mitigate CIP, but their impact on algorithmic fairness is not well understood.
- Algorithmic fairness, particularly regarding gender discrimination, is an increasingly important consideration in machine learning applications.
Purpose of the Study:
- To investigate the effect of DSTs on algorithmic fairness in CCP.
- To compare the performance and fairness of classification models before and after applying DSTs.
- To identify potential gender-based discrimination introduced or exacerbated by DSTs.
Main Methods:
- Reviewed four common DSTs applied to three real-world imbalanced datasets.
- Utilized six popular classification techniques for CCP.
- Evaluated both classifier performance and algorithmic fairness using established metrics, focusing on gender disparities.
Main Results:
- Random Forest demonstrated superior performance across all datasets.
- SMOTE and ADASYN techniques were found to increase discrimination against the female group.
- Unintentional discrimination was higher in original imbalanced data for Logistic Regression, LightGBM, and XGBoost.
Conclusions:
- There is a significant gap in systematic research on DSTs' impact on algorithmic fairness in CCP.
- This study provides critical insights into how sampling methods can affect fairness in churn prediction models.
- Findings emphasize the need to consider algorithmic fairness when applying DSTs in real-world CCP scenarios.
More Related Videos
07:35Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
Published on: October 11, 2018
06:55Inverse Probability of Treatment Weighting Propensity Score using the Military Health System Data Repository and National Death Index
Published on: January 8, 2020
Related Concept Videos
Bias
In statistics, a sampling bias is created when a sample is collected from a population, and some members of the population are not as likely to be chosen as others (remember, each member...
Random Sampling Method
Cluster Sampling Method
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
Quantifying and Rejecting Outliers: The Grubbs Test
Stratified Sampling Method
To choose a stratified sample, divide the population into groups called strata and then take a...
Detection of Gross Error: The Q Test