中文
相关论文

相关论文: Prediction Error Estimation in Random Forests

200 篇论文

Decision tree and random forest classification and regression are some of the most widely used in machine learning approaches. Binary decision tree implementations commonly use conditioning in the form 'feature $\leq$ (or $<$) threshold',…

机器学习 · 计算机科学 2023-12-19 Gábor Timár , György Kovács

Statistical methods for metric spaces provide a general and versatile framework for analyzing complex data types. We introduce a novel approach for constructing confidence regions around new predictions from any bagged regression algorithm…

统计方法学 · 统计学 2026-04-07 Diego Serrano , Eduardo García-Portugués

We describe the use of an unsupervised Random Forest for similarity learning and improved unsupervised anomaly detection. By training a Random Forest to discriminate between real data and synthetic data sampled from a uniform distribution…

机器学习 · 统计学 2025-04-23 Joshua S. Harvey , Joshua Rosaler , Mingshu Li , Dhruv Desai , Dhagash Mehta

Decision trees and their ensembles are very popular models of supervised machine learning. In this paper we merge the ideas underlying decision trees, their ensembles and FCA by proposing a new supervised machine learning model which can be…

机器学习 · 计算机科学 2021-06-02 Egor Dudyrev , Sergei O. Kuznetsov

Random forests, introduced by Leo Breiman in 2001, are a very effective statistical method. The complex mechanism of the method makes theoretical analysis difficult. Therefore, a simplified version of random forests, called purely random…

统计理论 · 数学 2010-07-28 Robin Genuer

While circular data occur in a wide range of scientific fields, the methodology for distributional modeling and probabilistic forecasting of circular response variables is rather limited. Most of the existing methods are built on the…

统计方法学 · 统计学 2025-10-07 Moritz N. Lang , Lisa Schlosser , Torsten Hothorn , Georg J. Mayr , Reto Stauffer , Achim Zeileis

Hash codes are a very efficient data representation needed to be able to cope with the ever growing amounts of data. We introduce a random forest semantic hashing scheme with information-theoretic code aggregation, showing for the first…

计算机视觉与模式识别 · 计算机科学 2015-04-20 Qiang Qiu , Guillermo Sapiro , Alex Bronstein

The performance of coverage-based fault localization greatly depends on the quality of test cases being executed. These test cases execute some lines of the given program and determine whether the underlying tests are passed or failed. In…

软件工程 · 计算机科学 2020-06-17 Shuvalaxmi Dass , Xiaozhen Xue , Akbar Siami Namin

In critical situations involving discrimination, gender inequality, economic damage, and even the possibility of casualties, machine learning models must be able to provide clear interpretations for their decisions. Otherwise, their obscure…

机器学习 · 计算机科学 2021-04-14 Ioannis Mollas , Nick Bassiliades , Grigorios Tsoumakas

An algorithm to improve performance parameter for unsupervised decision forest clustering and density estimation is presented. Specifically, a dual assignment parameter is introduced as a density estimator by combining Random Forest and…

计算机视觉与模式识别 · 计算机科学 2015-07-19 Hayder Albehadili , Naz Islam

Random forests are classical ensemble algorithms that construct multiple randomized decision trees and aggregate their predictions using naive averaging. \citet{zhou2019deep} further propose a deep forest algorithm with multi-layer forests,…

机器学习 · 计算机科学 2025-02-04 Shen-Huan Lyu , Jin-Hui Wu , Qin-Cheng Zheng , Baoliu Ye

In this paper, Bayesian based aggregation of decision trees in an ensemble (decision forest) is investigated. The focus is laid on multi-class classification with number of samples significantly skewed toward one of the classes. The…

机器学习 · 计算机科学 2021-07-27 Jan Brabec , Lukas Machlica

This paper presents a brand new nonparametric density estimation strategy named the best-scored random forest density estimation whose effectiveness is supported by both solid theoretical analysis and significant experimental performance.…

机器学习 · 统计学 2019-05-10 Hanyuan Hang , Hongwei Wen

Random Forest (RF) is a widely used ensemble learning technique known for its robust classification performance across diverse domains. However, it often relies on hundreds of trees and all input features, leading to high inference cost and…

机器学习 · 计算机科学 2025-07-08 Sijan Bhattarai , Saurav Bhandari , Girija Bhusal , Saroj Shakya , Tapendra Pandey

This work studies the statistical implications of using features comprised of general linear combinations of covariates to partition the data in randomized decision tree and forest regression algorithms. Using random tessellation theory in…

统计理论 · 数学 2025-11-05 Eliza O'Reilly

Decision Trees and Random Forests are among the most widely used machine learning models, and often achieve state-of-the-art performance in tabular, domain-agnostic datasets. Nonetheless, being primarily discriminative models they lack…

机器学习 · 统计学 2020-07-14 Alvaro H. C. Correia , Robert Peharz , Cassio de Campos

We present a new way of constructing an ensemble classifier, named the Guided Random Forest (GRAF) in the sequel. GRAF extends the idea of building oblique decision trees with localized partitioning to obtain a global partitioning. We show…

机器学习 · 计算机科学 2025-08-08 Prashant Gupta , Aashi Jindal , Jayadeva , Debarka Sengupta

Random forest (RF) stands out as a highly favored machine learning approach for classification problems. The effectiveness of RF hinges on two key factors: the accuracy of individual trees and the diversity among them. In this study, we…

机器学习 · 计算机科学 2024-10-28 Ye-eun Kim , Seoung Yun Kim , Hyunjoong Kim

We propose the orthogonal random forest, an algorithm that combines Neyman-orthogonality to reduce sensitivity with respect to estimation error of nuisance parameters with generalized random forests (Athey et al., 2017)--a flexible…

机器学习 · 计算机科学 2019-09-27 Miruna Oprescu , Vasilis Syrgkanis , Zhiwei Steven Wu

Random Forest is a machine learning method that offers many advantages, including the ability to easily measure variable importance. Class balancing technique is a well-known solution to deal with class imbalance problem. However, it has…

机器学习 · 统计学 2023-12-19 Yunbi Nam , Sunwoo Han