scispace - formally typeset
Open Access

Classification and Regression by randomForest

Reads0
Chats0
TLDR
random forests are proposed, which add an additional layer of randomness to bagging and are robust against overfitting, and the randomForest package provides an R interface to the Fortran programs by Breiman and Cutler.
Abstract
Recently there has been a lot of interest in “ensemble learning” — methods that generate many classifiers and aggregate their results. Two well-known methods are boosting (see, e.g., Shapire et al., 1998) and bagging Breiman (1996) of classification trees. In boosting, successive trees give extra weight to points incorrectly predicted by earlier predictors. In the end, a weighted vote is taken for prediction. In bagging, successive trees do not depend on earlier trees — each is independently constructed using a bootstrap sample of the data set. In the end, a simple majority vote is taken for prediction. Breiman (2001) proposed random forests, which add an additional layer of randomness to bagging. In addition to constructing each tree using a different bootstrap sample of the data, random forests change how the classification or regression trees are constructed. In standard trees, each node is split using the best split among all variables. In a random forest, each node is split using the best among a subset of predictors randomly chosen at that node. This somewhat counterintuitive strategy turns out to perform very well compared to many other classifiers, including discriminant analysis, support vector machines and neural networks, and is robust against overfitting (Breiman, 2001). In addition, it is very user-friendly in the sense that it has only two parameters (the number of variables in the random subset at each node and the number of trees in the forest), and is usually not very sensitive to their values. The randomForest package provides an R interface to the Fortran programs by Breiman and Cutler (available at http://www.stat.berkeley.edu/ users/breiman/). This article provides a brief introduction to the usage and features of the R functions.

read more

Content maybe subject to copyright    Report

Citations
More filters
Journal ArticleDOI

Managed retreat through voluntary buyouts of flood-prone properties.

TL;DR: Analysis of voluntary buyouts of flood-prone properties in the United States shows that local governments in counties with higher population and income are more likely to administer buyouts, demonstrating the challenges associated with locally driven implementation of managed retreat and the potential benefits of experimentation with different approaches to retreat.
Journal ArticleDOI

An Endotoxin Tolerance Signature Predicts Sepsis and Organ Dysfunction at Initial Clinical Presentation

TL;DR: The data support an updated model of sepsis pathogenesis in which endotoxin tolerance-mediated immune dysfunction (cellular reprogramming) is present throughout the clinical course of disease and related to disease severity.
Journal ArticleDOI

Discriminating the papyrus vegetation Cyperus papyrus L. and its co-existent species using random forest and hyperspectral data resampled to HYMAP

TL;DR: In this paper, a random forest RF algorithm was used to discriminate between Papyrus swamp and its co-existing species Phragmites australis, Echinochloa pyramidalis and Thelypteris interrupta using in situ canopy reflectance spectra.
Journal ArticleDOI

Designing a multi-stage multivariate empirical mode decomposition coupled with ant colony optimization and random forest model to forecast monthly solar radiation

TL;DR: The proposed multi-stage MEMD-ACO-RF model outperformed models that were compared during the testing phase and has shown the prospects of an accurate forecasting tool for monthly solar radiation forecasting.
Journal ArticleDOI

Estimation of suspended sediment concentration and yield using linear models, random forests and quantile regression forests

TL;DR: In this paper, a comparison of the applicability of traditional SRCs, generalized linear models (GLMs) and non-parametric regression using Random Forests (RF) and Quantile Regression Forests(QRF) applied to a dataset of suspended sediment concentration (SSC) obtained for four subcatchments (0·08, 41, 145 and 445 km2) in the Central Spanish Pyrenees.
References
More filters

Modern Applied Statistics With S

TL;DR: The modern applied statistics with s is universally compatible with any devices to read, and is available in the digital library an online access to it is set as public so you can download it instantly.
Proceedings Article

Boosting the margin: A new explanation for the effectiveness of voting methods

TL;DR: In this paper, the authors show that the test error of the generated classifier usually does not increase as its size becomes very large, and often is observed to decrease even after the training error reaches zero.
Journal ArticleDOI

Estimating Generalization Error on Two-Class Datasets Using Out-of-Bag Estimates

TL;DR: For two-class datasets, a method for estimating the generalization error of a bag using out-of-bag estimates is provided and most of the bias is eliminated and accuracy is increased by incorporating a correction based on the distribution of the out- of-bag votes.