paper-with-me

Papers

Cost-complexity pruning of random forests

2017-03-15 · Kiran Bangalore Ravi, Jean Serra

Random forests perform bootstrap-aggregation by sampling the training samples with replacement. This enables the evaluation of out-of-bag error which serves as a internal cross-validation mechanism. Our motivation lies in using the unsampled training samples to improve each decision tree in the ensemble. We study the effect of using the out-of-bag samples to improve the generalization error first of the decision trees and second the random forest by post-pruning. A preliminary empirical study on four UCI repository datasets show consistent decrease in the size of the forests without considerable loss in accuracy.

📄 PDF Abstract BibTeX arXiv:1703.05430

Code (1)

beedotkiran/randomforestpruning-ismm-2017 공식 구현

Similar Papers 제목 키워드 기반

Dynamic Connected Neural Decision Classifier and Regressor with Dynamic Softing Pruning

2019-11-13 · Xinyu Fan

To deal with various datasets over different complexity, this paper presents an self-adaptive learning model that combines the proposed Dynamic Connected Neural Decision Networks (DNDN) and a new pruning method--Dynamic …

ClassificationGeneral ClassificationRepresentation Learning

AMF: Aggregated Mondrian Forests for Online Learning

2019-06-25 · Jaouad Mourtada, Stéphane Gaïffas, Erwan Scornet

Random Forests (RF) is one of the algorithms of choice in many supervised learning applications, be it classification or regression. The appeal of such tree-ensemble methods comes from a combination of several characteri…

General ClassificationMulti-class Classificationregression

Improving the Accuracy-Memory Trade-Off of Random Forests Via Leaf-Refinement

2021-10-19 · Sebastian Buschjäger, Katharina Morik

Random Forests (RF) are among the state-of-the-art in many machine learning applications. With the ongoing integration of ML models into everyday life, the deployment and continuous application of models becomes more and…

Ensemble Pruning

Pruning Random Forests for Prediction on a Budget

2016-06-16 · NeurIPS 2016 12 · Feng Nan, Joseph Wang, Venkatesh Saligrama

We propose to prune a random forest (RF) for resource-constrained prediction. We first construct a RF and then prune it to optimize expected feature cost & accuracy. We pose pruning RFs as a novel 0-1 integer program wit…

Combinatorial OptimizationPrediction

Partitioning Structure Learning for Segmented Linear Regression Trees

2019-12-01 · NeurIPS 2019 12 · Xiangyu Zheng, Song Xi Chen

This paper proposes a partitioning structure learning method for segmented linear regression trees (SLRT), which assigns linear predictors over the terminal nodes. The recursive partitioning process is driven by an adapt…

regression