Related Experiment Video
Updated: Sep 8, 2025

12:18
A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
Published on: January 11, 2020
7.6K
A descriptive study of variable discretization and cost-sensitive logistic regression on imbalanced credit data
Lili Zhang1, Herman Ray2, Jennifer Priestley2
1Analytics and Data Science Ph.D. Program, Kennesaw State University, Kennesaw, Georgia, USA.
Journal of Applied Statistics
|June 16, 2022
Summary
Variable discretization and cost-sensitive logistic regression reduce bias in imbalanced classification models. Variable discretization proved more effective than cost-sensitive logistic regression for improving predictor estimates.
Area of Science:
- Machine Learning
- Data Science
- Statistical Modeling
Background:
- Imbalanced datasets in classification tasks often lead to model bias favoring the majority class.
- This bias can significantly impact the performance and reliability of predictive models, particularly in domains like credit scoring.
Purpose of the Study:
- To investigate the effectiveness of variable discretization and cost-sensitive logistic regression in mitigating bias in imbalanced classification.
- To demonstrate the generalizability of variable discretization across different data domains beyond credit scoring.
Main Methods:
- Applied variable discretization and cost-sensitive logistic regression to an imbalanced credit scoring dataset.
- Evaluated model performance using metrics such as ROC curves, Area Under the ROC Curve (AUC), Type I and Type II errors, accuracy, and F1 score.
- Tested variable discretization on datasets from other domains to assess its broad applicability.
Main Results:
- Both proper variable discretization and cost-sensitive logistic regression with optimal class weights effectively reduced model bias and/or variance.
- Variable discretization outperformed cost-sensitive logistic regression, offering more robust coefficient estimates for predictors with non-linear relationships.
- Cost-sensitive logistic regression enhanced predictor value while maintaining monotonicity, even for non-optimized predictors.
Conclusions:
- Variable discretization is a robust and effective technique for handling imbalanced data across various domains.
- Cost-sensitive logistic regression offers algorithmic benefits for imbalanced classification, complementing discretization methods.
- The combined or individual application of these methods significantly improves classification model fairness and performance on imbalanced datasets.
Related Concept Videos
Outliers and Influential Points
4.2K
An outlier is an observation of data that does not fit the rest of the data. It is sometimes called an extreme value. When you graph an outlier, it will appear not to fit the pattern of the graph. Some outliers are due to mistakes (for example, writing down 50 instead of 500), while others may indicate that something unusual is happening. Outliers are present far from the least squares line in the vertical direction. They have large "errors," where the "error" or residual is the...
4.2K
Censoring Survival Data
221
Survival analysis is a statistical method used to analyze time-to-event data, often employed in fields such as medicine, engineering, and social sciences. One of the key challenges in survival analysis is dealing with incomplete data, a phenomenon known as "censoring." Censoring occurs when the event of interest (such as death, relapse, or system failure) has not occurred for some individuals by the end of the study period or is otherwise unobservable, and it might have many different...
221
Residuals and Least-Squares Property
7.8K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.8K
Survival Tree
157
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
157
Prediction Intervals
2.3K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.3K
Bootstrapping
667
The term "bootstrap" originated in the 19th century as a metaphor for self-improvement or achieving something independently, without external assistance. This concept extends to statistical bootstrapping, a self-contained method for estimating population parameters through resampling, even though it can be computationally intensive. Developed by the American statistician Dr. Bradley Efron in 1979, bootstrapping provides a robust way to perform inference when the original sample size is...
667

