paper-with-me

Papers

Analysis and Mortality Prediction using Multiclass Classification for Older Adults with Type 2 Diabetes

2024-02-16 · Ruchika Desure, Gutha Jaya Krishna

Designing proper treatment plans to manage diabetes requires health practitioners to pay heed to the individuals remaining life along with the comorbidities affecting them. Older adults with Type 2 Diabetes Mellitus (T2DM) are prone to experience premature death or even hypoglycaemia. The structured dataset utilized has 68 potential mortality predictors for 275,190 diabetic U.S. military Veterans aged 65 years or older. A new target variable is invented by combining the two original target variables. Outliers are handled by discretizing the continuous variables. Categorical variables have been dummy encoded. Class balancing is achieved by random under-sampling. A benchmark regression model is built using Multinomial Logistic Regression with LASSO. Chi-Squared and Information Gain are the filter-based feature selection techniques utilized. Classifiers such as Multinomial Logistic Regression, Random Forest, Extreme Gradient Boosting (XGBoost), and One-vs-Rest classifier are employed to build various models. Contrary to expectations, all the models have constantly underperformed. XGBoost has given the highest accuracy of 53.03 percent with Chi-Squared feature selection. All the models have consistently shown an acceptable performance for Class 3 (remaining life is more than 10 years), significantly low for Class 1 (remaining life is up to 5 years), and the worst for Class 2 (remaining life is more than 5 but up to 10 years). Features analysis has deduced that almost all input variables are associated with multiple target classes. The high dimensionality of the input data after dummy encoding seems to have confused the models, leading to misclassifications. The approach taken in this study is ineffective in producing a high-performing predictive model but lays a foundation as this problem has never been viewed from a multiclass classification perspective.

📄 PDF Abstract BibTeX arXiv:2402.10999

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionMortality Predictionregression

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Machine Learning-Based Prediction of Mortality in Geriatric Traumatic Brain Injury Patients

2025-05-19 · Yong Si, Junyi Fan, Li Sun, Shuheng Chen 외

Traumatic Brain Injury (TBI) is a major contributor to mortality among older adults, with geriatric patients facing disproportionately high risk due to age-related physiological vulnerability and comorbidities. Early and…

Decision MakingFeature EngineeringImputationInterpretable Machine Learning+1

An adaptive multiclass nearest neighbor classifier

2018-04-08 · Nikita Puchkin, Vladimir Spokoiny

We consider a problem of multiclass classification, where the training sample $S_n = \{(X_i, Y_i)\}_{i=1}^n$ is generated from the model $\mathbb P(Y = m | X = x) = \eta_m(x)$, $1 \leq m \leq M$, and $\eta_1(x), \dots, \…

Axiomatic Interpretability for Multiclass Additive Models

2018-10-22 · Xuezhou Zhang, Sarah Tan, Paul Koch, Yin Lou 외

Generalized additive models (GAMs) are favored in many regression and binary classification problems because they are able to fit complex, nonlinear functions while still remaining interpretable. In the first part of thi…

Additive modelsBinary Classificationregression

Automated diagnosis of lung diseases using vision transformer: a comparative study on chest x-ray classification

2025-03-22 · Muhammad Ahmad, Sardar Usman, Ildar Batyrshin, Muhammad Muzammil 외

Background: Lung disease is a significant health issue, particularly in children and elderly individuals. It often results from lung infections and is one of the leading causes of mortality in children. Globally, lung-re…

Binary ClassificationClassificationDiagnosticMulti-class Classification+2

Adaptive Deep Learning for Multiclass Breast Cancer Classification via Misprediction Risk Analysis

2025-03-17 · Gul Sheeraz, Qun Chen, Liu Feiyu, Zhou Fengjin MD

Breast cancer remains one of the leading causes of cancer-related deaths worldwide. Early detection is crucial for improving patient outcomes, yet the diagnostic process is often complex and prone to inconsistencies amon…

Binary ClassificationBreast Cancer DetectionCancer ClassificationDiagnostic