paper-with-me

Papers

Improved Weighted Random Forest for Classification Problems

2020-09-01 · Mohsen Shahhosseini, Guiping Hu

Several studies have shown that combining machine learning models in an appropriate way will introduce improvements in the individual predictions made by the base models. The key to make well-performing ensemble model is in the diversity of the base models. Of the most common solutions for introducing diversity into the decision trees are bagging and random forest. Bagging enhances the diversity by sampling with replacement and generating many training data sets, while random forest adds selecting a random number of features as well. This has made the random forest a winning candidate for many machine learning applications. However, assuming equal weights for all base decision trees does not seem reasonable as the randomization of sampling and input feature selection may lead to different levels of decision-making abilities across base decision trees. Therefore, we propose several algorithms that intend to modify the weighting strategy of regular random forest and consequently make better predictions. The designed weighting frameworks include optimal weighted random forest based on ac-curacy, optimal weighted random forest based on the area under the curve (AUC), performance-based weighted random forest, and several stacking-based weighted random forest models. The numerical results show that the proposed models are able to introduce significant improvements compared to regular random forest.

📄 PDF Abstract BibTeX arXiv:2009.00534

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningClassificationDecision MakingDiversityfeature selectionGeneral Classification

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Adaptive Forests For Classification

2025-10-27 · Dimitris Bertsimas, Yubing Cui arxiv

Random Forests (RF) and Extreme Gradient Boosting (XGBoost) are two of the most widely used and highly performing classification and regression models. They aggregate equally weighted CART trees, generated randomly in RF…

Multi-class Classification

Geometry- and Accuracy-Preserving Random Forest Proximities

2022-01-29 · Jake S. Rhodes, Adele Cutler, Kevin R. Moon

Random forests are considered one of the best out-of-the-box classification and regression algorithms due to their high level of predictive performance with relatively little tuning. Pairwise proximities can be computed …

Data VisualizationImputationOutlier Detectionregression

Prediction of Prognosis and Survival of Patients with Gastric Cancer by Weighted Improved Random Forest Model

2021-04-10 · Archives of Medical Science 2021 4 · Cheng Xu, Jing Wang, TianLong Zheng, Yue Cao 외

Introduction: It’s very necessary to predict the survival status of patients based on their prognosis. This can assist physicians in evaluating treatment decisions. Random Forest is an excellent machine learning algorit…

EpidemiologyPrognosis

Financial fraud detection system based on improved random forest and gradient boosting machine (GBM)

2025-02-20 · Tianzuo Hu

This paper proposes a financial fraud detection system based on improved Random Forest (RF) and Gradient Boosting Machine (GBM). Specifically, the system introduces a novel model architecture called GBM-SSRF (Gradient Bo…

Computational EfficiencyEnsemble Learningfeature selectionFraud Detection

Sharp Analysis of a Simple Model for Random Forests

2018-05-07 · Jason M. Klusowski

Random forests have become an important tool for improving accuracy in regression and classification problems since their inception by Leo Breiman in 2001. In this paper, we revisit a historically important random forest…

regression