paper-with-me

Papers

Simplifying Random Forests' Probabilistic Forecasts

2024-08-22 · Nils Koster, Fabian Krüger

Since their introduction by Breiman, Random Forests (RFs) have proven to be useful for both classification and regression tasks. The RF prediction of a previously unseen observation can be represented as a weighted sum of all training sample observations. This nearest-neighbor-type representation is useful, among other things, for constructing forecast distributions (Meinshausen, 2006). In this paper, we consider simplifying RF-based forecast distributions by sparsifying them. That is, we focus on a small subset of nearest neighbors while setting the remaining weights to zero. This sparsification step greatly improves the interpretability of RF predictions. It can be applied to any forecasting task without re-training existing RF models. In empirical experiments, we document that the simplified predictions can be similar to or exceed the original ones in terms of forecasting performance. We explore the statistical sources of this finding via a stylized analytical model of RFs. The model suggests that simplification is particularly promising if the unknown true forecast distribution contains many small weights that are estimated imprecisely.

📄 PDF Abstract BibTeX arXiv:2408.12332

Code (1)

kosnil/simplify_rf_dist 공식 구현

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

RafterNet: Probabilistic predictions in multi-response regression

2021-12-02 · Marius Hofert, Avinash Prasad, Mu Zhu

A fully nonparametric approach for making probabilistic predictions in multi-response regression problems is introduced. Random forests are used as marginal models for each response variable and, as novel contribution of…

regression

Comparison of statistical post-processing methods for probabilistic NWP forecasts of solar radiation

2019-04-15 · Kilian Bakker, Kirien Whan, Wouter Knap, Maurice Schmeits

The increased usage of solar energy places additional importance on forecasts of solar radiation. Solar panel power production is primarily driven by the amount of solar radiation and it is therefore important to have ac…

quantile regressionregression

Statistical post-processing of wind speed forecasts using convolutional neural networks

2020-07-08 · Simon Veldkamp, Kirien Whan, Sjoerd Dirksen, Maurice Schmeits

Current statistical post-processing methods for probabilistic weather forecasting are not capable of using full spatial patterns from the numerical weather prediction (NWP) model. In this paper we incorporate spatial win…

Density Estimationquantile regressionWeather Forecasting

Simplifying Random Forests: On the Trade-off between Interpretability and Accuracy

2019-11-11 · Michael Rapp, Eneldo Loza Mencía, Johannes Fürnkranz

We analyze the trade-off between model complexity and accuracy for random forests by breaking the trees up into individual classification rules and selecting a subset of them. We show experimentally that already a few ru…

General Classification

Random Similarity Forests

2022-04-11 · Maciej Piernik, Dariusz Brzezinski, Pawel Zawadzki

The wealth of data being gathered about humans and their surroundings drives new machine learning applications in various fields. Consequently, more and more often, classifiers are trained using not only numerical data b…

Time SeriesTime Series Analysis