MLLGSTCOMar 9, 2021

Interpretable Machines: Constructing Valid Prediction Intervals with Random Forests

arXiv:2103.05766v11 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of uncertainty estimation for practitioners using Random Forests, offering an incremental improvement with validated intervals.

The paper tackles the lack of interpretability in machine learning by constructing prediction intervals for Random Forest regression, providing theoretical guarantees for coverage probability and demonstrating through simulations that the intervals are robust to non-normal residuals and competitive in coverage rates and width.

An important issue when using Machine Learning algorithms in recent research is the lack of interpretability. Although these algorithms provide accurate point predictions for various learning problems, uncertainty estimates connected with point predictions are rather sparse. A contribution to this gap for the Random Forest Regression Learner is presented here. Based on its Out-of-Bag procedure, several parametric and non-parametric prediction intervals are provided for Random Forest point predictions and theoretical guarantees for its correct coverage probability is delivered. In a second part, a thorough investigation through Monte-Carlo simulation is conducted evaluating the performance of the proposed methods from three aspects: (i) Analyzing the correct coverage rate of the proposed prediction intervals, (ii) Inspecting interval width and (iii) Verifying the competitiveness of the proposed intervals with existing methods. The simulation yields that the proposed prediction intervals are robust towards non-normal residual distributions and are competitive by providing correct coverage rates and comparably narrow interval lengths, even for comparably small samples.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes