Related Experiment Video
Updated: Jul 16, 2025

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
Published on: October 11, 2018
Thresholding Gini variable importance with a single-trained random forest: An empirical Bayes approach
Robert Dunne1, Roc Reguant2, Priya Ramarao-Milne2
1Data61, Commonwealth Scientific and Industrial Research Organisation, Sydney, Australia.
RFlocalfdr offers a faster, accurate method for feature selection in random forests (RFs). This statistical approach effectively identifies important features while controlling false discoveries, even on large datasets.
Area of Science:
- Computational biology
- Statistical learning
- Bioinformatics
Background:
- Random Forests (RFs) are popular for feature selection using Variable Importance Measures (VIMs).
- Current VIM thresholding methods are computationally intensive for high-dimensional data.
- A robust method is needed to control false positives in RF feature selection.
Purpose of the Study:
- To introduce RFlocalfdr, a novel statistical approach for thresholding RF Mean Decrease Impurity (MDI) VIMs.
- To provide a computationally efficient method for feature selection in large datasets.
- To control the false positive rate while identifying significant features.
Main Methods:
- Developed RFlocalfdr based on Efron's empirical Bayes framework.
- Applied RFlocalfdr to threshold MDI importances from RF models.
- Validated using synthetic and real-world health datasets, including large-scale genomics data.
Main Results:
- RFlocalfdr achieves accuracy comparable to existing methods.
- RFlocalfdr is orders of magnitude faster than traditional approaches.
- Successfully thresholded a dataset with 10^6 data points, demonstrating scalability.
Conclusions:
- RFlocalfdr is a computationally efficient and accurate tool for RF feature selection.
- It effectively controls false discovery rates, making it suitable for large-scale biological data.
- Compatible with various RF implementations, enhancing its versatility.
Related Concept Videos
Quantifying and Rejecting Outliers: The Grubbs Test
Survival Tree
Building a Survival Tree
Constructing a...
Randomized Experiments
Simple randomization
Simple...
Expected Frequencies in Goodness-of-Fit Tests
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Truncation in Survival Analysis
Left truncation occurs when individuals who experienced the event of interest before a certain time are not included in the study. This is often due to a "delayed entry" into the study where only those who survive until a certain entry point are...

