paper-with-me

Papers

RFpredInterval: An R Package for Prediction Intervals with Random Forests and Boosted Forests

2021-06-15 · Cansu Alakus, Denis Larocque, Aurelie Labbe

Like many predictive models, random forests provide point predictions for new observations. Besides the point prediction, it is important to quantify the uncertainty in the prediction. Prediction intervals provide information about the reliability of the point predictions. We have developed a comprehensive R package, RFpredInterval, that integrates 16 methods to build prediction intervals with random forests and boosted forests. The set of methods implemented in the package includes a new method to build prediction intervals with boosted forests (PIBF) and 15 method variations to produce prediction intervals with random forests, as proposed by Roy and Larocque (2020). We perform an extensive simulation study and apply real data analyses to compare the performance of the proposed method to ten existing methods for building prediction intervals with random forests. The results show that the proposed method is very competitive and, globally, outperforms competing methods.

📄 PDF Abstract BibTeX arXiv:2106.08217

Code (1)

cran/RFpredInterval

Tasks

PredictionPrediction Intervals

Similar Papers 제목 키워드 기반

Stability of Random Forests and Coverage of Random-Forest Prediction Intervals

2023-10-28 · NeurIPS 2023 11

We establish stability of random forests under the mild condition that the squared response ($Y^2$) does not have a heavy tail. In particular, our analysis holds for the practical version of random forests that is implem…

PredictionPrediction Intervals

ggRandomForests: Exploring Random Forest Survival

2016-12-28 · John Ehrlinger

Random forest (Leo Breiman 2001a) (RF) is a non-parametric statistical method requiring no distributional assumptions on covariate relation to the response. RF is a robust, nonlinear technique that optimizes predictive a…

Information RetrievalRetrieval

coverforest: Conformal Predictions with Random Forest in Python

2025-01-24 · Panisara Meehinkong, Donlapark Ponnoprat

Conformal prediction provides a framework for uncertainty quantification, specifically in the forms of prediction intervals and sets with distribution-free guaranteed coverage. While recent cross-conformal techniques suc…

Conformal PredictionPredictionPrediction IntervalsUncertainty Quantification

ggRandomForests: Visually Exploring a Random Forest for Regression

2015-01-28 · John Ehrlinger

Random Forests [Breiman:2001] (RF) are a fully non-parametric statistical method requiring no distributional assumptions on covariate relation to the response. RF are a robust, nonlinear technique that optimizes predicti…

regression

A Unified Framework for Random Forest Prediction Error Estimation

2019-12-16 · Benjamin Lu, Johanna Hardin

We introduce a unified framework for random forest prediction error estimation based on a novel estimator of the conditional prediction error distribution function. Our framework enables simple plug-in estimation of key …

PredictionPrediction Intervals