Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Survival›Random Survival Forest
Survival analysis

Random Survival Forest

Also known as: RSF, Rastgele Sağkalım Ormanı (RSF), survival random forest

Random Survival Forest (RSF), introduced by Ishwaran, Kogalur, Blackstone, and Lauer in 2008, is an ensemble machine learning method that adapts the Random Forest algorithm to time-to-event (survival) data. Trees are grown using log-rank splitting to handle censored observations naturally, and the ensemble aggregates cumulative hazard functions across hundreds of trees to produce predictions and variable importance rankings.

ScholarGate
  1. Survival analysis
  2. v1
  3. 1 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Random Survival Forest
Kaplan-MeierNelson-Aalen EstimatorAdaptive Cox Proportiona…

When to use it

RSF is appropriate when you have time-to-event data with right-censoring, a relatively large sample (at least 100 events is recommended), and you suspect that predictors interact or relate to the hazard in a non-linear way that a Cox model would not capture without manual specification. It does not require the proportional hazards assumption, making it useful when that assumption is violated. Because RSF is a black-box ensemble, it is best suited for prediction and variable screening rather than formal causal inference. In small samples, the tree splits become unstable and Cox regression is safer.

Strengths & limitations

Strengths
  • Handles right-censored data natively through log-rank splitting — no ad hoc adjustments needed.
  • Captures non-linear relationships and predictor interactions automatically.
  • Provides a data-driven variable importance ranking (VIMP) across all predictors.
  • Does not assume proportional hazards, so it remains valid when Cox PH is violated.
  • Robust to outliers and irrelevant predictors due to random feature selection at each split.
Limitations
  • Interpretability is low compared with Cox regression — it is essentially a black-box model.
  • Requires at least 100 events for stable splits; performance degrades markedly in small samples.
  • Computationally intensive: fitting hundreds of survival trees is substantially slower than fitting a single Cox model.
  • Does not produce simple hazard ratio summaries; communicating results to clinical audiences requires extra effort.

Frequently asked

How does RSF differ from Cox regression?

Cox regression fits a single semi-parametric model that assumes proportional hazards and estimates a hazard ratio for each predictor. RSF builds an ensemble of hundreds of survival trees, makes no proportional-hazards assumption, and captures non-linear effects and interactions automatically. Cox gives interpretable coefficients; RSF gives better prediction in complex settings at the cost of interpretability.

What is VIMP and how should it be interpreted?

VIMP (Variable IMPortance) measures how much the out-of-bag prediction error (1 − C-index) increases when a predictor's values are randomly permuted. A large positive VIMP means the predictor contributes substantially to predictive accuracy; a VIMP near zero or negative means it adds little. VIMP is a measure of predictive relevance, not a causal effect estimate.

Does RSF require proportional hazards?

No. RSF uses the log-rank splitting criterion, which is sensitive to any difference between survival distributions in the two child nodes, not only proportional ones. This makes RSF valid even when the hazard ratio between groups changes over time — a setting where Cox regression is problematic.

How many trees and what minimum node size should I use?

The original authors recommend 500–1000 trees for stable estimates; increasing beyond 1000 usually yields diminishing returns. Minimum terminal node size is the key tuning parameter: the default of 3 is often too small for survival data, and a value of 6–15 is commonly recommended to reduce overfitting, especially when the event rate is low.

Sources

  1. Ishwaran, H., Kogalur, U.B., Blackstone, E.H. & Lauer, M.S. (2008). Random Survival Forests. Annals of Applied Statistics, 2(3), 841–860. DOI: 10.1214/08-AOAS169 ↗

How to cite this page

ScholarGate. (2026, June 1). Random Survival Forest. ScholarGate. https://scholargate.app/en/survival/random-survival-forest

Related methods

Kaplan-MeierNelson-Aalen Estimator

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Kaplan-MeierSurvival↔ compare
  • Nelson-Aalen EstimatorSurvival↔ compare
Compare side by side →

Referenced by

Adaptive Cox Proportional Hazards

Similar methods

Random ForestCox RegressionCox proportional hazardsEnsemble Decision TreeRobust Random ForestSurvival AnalysisRegularized random forestBayesian Cox Proportional Hazards

Related reference concepts

Cox Regression ModelsProportional Hazards AssumptionSurvival Analysis and Time-to-Event MethodsKaplan-Meier Survival CurvesEnsemble MethodsHazard Ratio

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Random Survival Forest (Random Survival Forest). Retrieved 2026-07-21 from https://scholargate.app/en/survival/random-survival-forest · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Ishwaran, H., Kogalur, U.B., Blackstone, E.H. & Lauer, M.S.
Year
2008
Type
Ensemble machine learning survival model
SplitRule
Log-rank splitting
VariableImportance
VIMP (permutation importance)
HandlesNonlinearity
Yes
RequiresProportionalHazards
No
MinimumRecommendedEvents
100
Related methods
Kaplan-MeierNelson-Aalen Estimator
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account