paper-with-me

홈 › Papers

Challenges learning from imbalanced data using tree-based models: Prevalence estimates systematically depend on hyperparameters and can be upwardly biased

2024-12-17 · Nathan Phelps, Daniel J. Lizotte, Douglas G. Woolford

Imbalanced binary classification problems arise in many fields of study. When using machine learning models for these problems, it is common to subsample the majority class (i.e., undersampling) to create a (more) balanced dataset for model training. This biases the model's predictions because the model learns from a dataset that does not follow the same data generating process as new data. One way of accounting for this bias is to analytically map the resulting predictions to new values based on the sampling rate for the majority class, which was used to create the training dataset. While this approach may work well for some machine learning models, we have found that calibrating a random forest this way has unintended negative consequences, including prevalence estimates that can be upwardly biased. These prevalence estimates depend on both i) the number of predictors considered at each split in the random forest; and ii) the sampling rate used. We explain the former using known properties of random forests and analytical calibration. However, in investigating the latter issue, we made a surprising discovery - contrary to the widespread belief that decision trees are biased towards the majority class, they actually can be biased towards the minority class.

📄 PDF Abstract BibTeX arXiv:2412.16209

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

HypUC: Hyperfine Uncertainty Calibration with Gradient-boosted Corrections for Reliable Regression on Imbalanced Electrocardiograms

2023-11-23 · Uddeshya Upadhyay, Sairam Bade, Arjun Puranik, Shahir Asfahan 외

The automated analysis of medical time series, such as the electrocardiogram (ECG), electroencephalogram (EEG), pulse oximetry, etc, has the potential to serve as a valuable tool for diagnostic decisions, allowing for re…

DiagnosticEEGElectroencephalogram (EEG)regression+1

Text2Tree: Aligning Text Representation to the Label Tree Hierarchy for Imbalanced Medical Classification

2023-11-28 · Jiahuan Yan, Haojun Gao, Zhang Kai, Weize Liu 외

Deep learning approaches exhibit promising performances on various text tasks. However, they are still struggling on medical text classification since samples are often extremely imbalanced and scarce. Different from exi…

Classificationimbalanced classificationtext-classificationText Classification

Smart Data driven Decision Trees Ensemble Methodology for Imbalanced Big Data

2020-01-16 · Diego García-Gil, Salvador García, Ning Xiong, Francisco Herrera

Differences in data size per class, also known as imbalanced data distribution, have become a common problem affecting data quality. Big Data scenarios pose a new challenge to traditional imbalanced classification algori…

BIG-bench Machine LearningGeneral Classificationimbalanced classification

Confidence intervals for class prevalences under prior probability shift

2019-06-10 · Dirk Tasche

Point estimation of class prevalences in the presence of data set shift has been a popular research topic for more than two decades. Less attention has been paid to the construction of confidence and prediction intervals…

Prediction Intervals

A generating function perspective on the transmission forest

2023-11-27 · Niket Thakkar, Mike Famulare

In a previous paper, we showed that a compartmental stochastic process model of SARS-CoV-2 transmission could be fit to time series data and then reinterpreted as a collection of interacting branching processes drawn fro…

Time Series