中文
相关论文

相关论文: Cost-complexity pruning of random forests

200 篇论文

It is notoriously difficult to build a bad Random Forest (RF). Concurrently, RF blatantly overfits in-sample without any apparent consequence out-of-sample. Standard arguments, like the classic bias-variance trade-off or double descent,…

机器学习 · 统计学 2024-10-01 Philippe Goulet Coulombe

Out-of-bag error is commonly used as an estimate of generalisation error in ensemble-based learning models such as random forests. We present confidence intervals for this quantity using the delta-method-after-bootstrap and the…

统计方法学 · 统计学 2022-01-28 Samyak Rajanala , Stephen Bates , Trevor Hastie , Robert Tibshirani

This work develops formal statistical inference procedures for machine learning ensemble methods. Ensemble methods based on bootstrapping, such as bagging and random forests, have improved the predictive accuracy of individual trees, but…

机器学习 · 统计学 2015-09-11 Lucas Mentch , Giles Hooker

Random forests are ensemble learning methods introduced by Breiman (2001) that operate by averaging several decision trees built on a randomly selected subspace of the data set. Despite their widespread use in practice, the respective roles…

统计理论 · 数学 2016-03-15 Roxane Duroux , Erwan Scornet

This paper examines the use of a residual bootstrap for bias correction in machine learning regression methods. Accounting for bias is an important obstacle in recent efforts to develop statistical inference for machine learning methods. We…

机器学习 · 统计学 2015-06-02 Giles Hooker , Lucas Mentch

Although the methods of bagging and random forests are some of the most widely used prediction methods, relatively little is known about their algorithmic convergence. In particular, there are not many theoretical guarantees for deciding…

统计理论 · 数学 2019-07-23 Miles E. Lopes

The effect of training data size on machine learning methods has been well investigated over the past two decades. The predictive performance of tree based machine learning methods, in general, improves with a decreasing rate as the size of…

机器学习 · 统计学 2021-01-01 Zardad Khan , Naz Gul , Nosheen Faiz , Asma Gul , Werner Adler , Berthold Lausen

We show that the byproducts of the standard training process of a random forest yield not only the well known and almost computationally free out-of-bag point estimate of the model generalization error, but also give a direct path to…

机器学习 · 统计学 2022-03-14 Paulo C. Marques F

We study the often overlooked phenomenon, first noted in \cite{breiman2001random}, that random forests appear to reduce bias compared to bagging. Motivated by an interesting paper by \cite{mentch2020randomization}, where the authors explain…

机器学习 · 统计学 2025-07-23 Brian Liu , Rahul Mazumder

Random forests (RFs) utilize bootstrap sampling to generate individual training sets for each component tree by sampling with replacement, with the sample size typically equal to that of the original training set ($N$). Previous research…

机器学习 · 计算机科学 2025-10-23 Stanisław Kaźmierczak , Jacek Mańdziuk

Random forests are a statistical learning technique that use bootstrap aggregation to average high-variance and low-bias trees. Improvements to random forests, such as applying Lasso regression to the tree predictions, have been proposed in…

机器学习 · 统计学 2025-11-13 Jing Shang , James Bannon , Benjamin Haibe-Kains , Robert Tibshirani

Existing guarantees in terms of rigorous upper bounds on the generalization error for the original random forest algorithm, one of the most frequently used machine learning methods, are unsatisfying. We discuss and evaluate various…

机器学习 · 计算机科学 2019-03-07 Stephan Sloth Lorenzen , Christian Igel , Yevgeny Seldin

Big Data is one of the major challenges of statistical science and has numerous consequences from algorithmic and theoretical viewpoints. Big Data always involve massive data but they also often include online data and data heterogeneity.…

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 more an important…

机器学习 · 计算机科学 2021-10-20 Sebastian Buschjäger , Katharina Morik

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…

机器学习 · 计算机科学 2021-03-01 Mohsen Shahhosseini , Guiping Hu

In this paper we present a technique for using the bootstrap to estimate the operating characteristics and their variability for certain types of ensemble methods. Bootstrapping a model can require a huge amount of work if the training data…

机器学习 · 统计学 2017-10-26 Anthony Gamst , Jay-Calvin Reyes , Alden Walker

Due to their long-standing reputation as excellent off-the-shelf predictors, random forests continue remain a go-to model of choice for applied statisticians and data scientists. Despite their widespread use, however, until recently, little…

机器学习 · 统计学 2021-04-01 Siyu Zhou , Lucas Mentch

Random forests are a learning algorithm proposed by Breiman [Mach. Learn. 45 (2001) 5--32] that combines several randomized decision trees and aggregates their predictions by averaging. Despite its wide usage and outstanding practical…

统计理论 · 数学 2015-08-11 Erwan Scornet , Gérard Biau , Jean-Philippe Vert

Regression forests have long delivered state-of-the-art accuracy, often outperforming regression trees and even neural networks, but they suffer from limited interpretability as ensemble methods. In this work, we revisit forest pruning, an…

机器学习 · 统计学 2025-03-10 Albert Dorador

In this paper we propose using the principle of boosting to reduce the bias of a random forest prediction in the regression setting. From the original random forest fit we extract the residuals and then fit another random forest to these…

机器学习 · 统计学 2021-02-25 Indrayudh Ghosal , Giles Hooker
‹ 上一页 1 2 3 10 下一页 ›