paper-with-me

Papers

Random Forest (RF) Kernel for Regression, Classification and Survival

2020-08-31 · Dai Feng, Richard Baumgartner

Breiman's random forest (RF) can be interpreted as an implicit kernel generator,where the ensuing proximity matrix represents the data-driven RF kernel. Kernel perspective on the RF has been used to develop a principled framework for theoretical investigation of its statistical properties. However, practical utility of the links between kernels and the RF has not been widely explored and systematically evaluated.Focus of our work is investigation of the interplay between kernel methods and the RF. We elucidate the performance and properties of the data driven RF kernels used by regularized linear models in a comprehensive simulation study comprising of continuous, binary and survival targets. We show that for continuous and survival targets, the RF kernels are competitive to RF in higher dimensional scenarios with larger number of noisy features. For the binary target, the RF kernel and RF exhibit comparable performance. As the RF kernel asymptotically converges to the Laplace kernel, we included it in our evaluation. For most simulation setups, the RF and RFkernel outperformed the Laplace kernel. Nevertheless, in some cases the Laplace kernel was competitive, showing its potential value for applications. We also provide the results from real life data sets for the regression, classification and survival to illustrate how these insights may be leveraged in practice.Finally, we discuss further extensions of the RF kernels in the context of interpretable prototype and landmarking classification, regression and survival. We outline future line of research for kernels furnished by Bayesian counterparts of the RF.

📄 PDF Abstract BibTeX arXiv:2009.00089

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationregression

Similar Papers 제목 키워드 기반

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

comprisk: A scikit-learn-compatible Python toolkit for competing-risks survival analysis

2026-07-10 · Sunny Yang, Weiyan Zhao, Wanqi Zhao arxiv

Medical time-to-event data are frequently subject to competing risks, where the occurrence of one terminal event precludes the others and standard survival methods that treat competing events as censoring yield biased ab…

Variable Selection with Random Survival Forest and Bayesian Additive Regression Tree for Survival Data

2019-10-04 · Satabdi Saha, Duchwan Ryu, Nader Ebrahimi

In this paper we utilize a survival analysis methodology incorporating Bayesian additive regression trees to account for nonlinear and additive covariate effects. We compare the performance of Bayesian additive regressio…

regressionSurvival AnalysisVariable Selection

Making Sense of Random Forest Probabilities: a Kernel Perspective

2018-12-14 · Matthew A. Olson, Abraham J. Wyner

A random forest is a popular tool for estimating probabilities in machine learning classification tasks. However, the means by which this is accomplished is unprincipled: one simply counts the fraction of trees in a fore…

BIG-bench Machine LearningGeneral Classificationregression

Optimal survival trees ensemble

2020-05-18 · Naz Gul, Nosheen Faiz, Dan Brawn, Rafal Kulakowski 외

Recent studies have adopted an approach of selecting accurate and diverse trees based on individual or collective performance within an ensemble for classification and regression problems. This work follows in the wake o…