paper-with-me

Papers

Enhancing Variable Importance in Random Forests: A Novel Application of Global Sensitivity Analysis

2024-07-19 · Giulia Vannucci, Roberta Siciliano, Andrea Saltelli

The present work provides an application of Global Sensitivity Analysis to supervised machine learning methods such as Random Forests. These methods act as black boxes, selecting features in high--dimensional data sets as to provide accurate classifiers in terms of prediction when new data are fed into the system. In supervised machine learning, predictors are generally ranked by importance based on their contribution to the final prediction. Global Sensitivity Analysis is primarily used in mathematical modelling to investigate the effect of the uncertainties of the input variables on the output. We apply it here as a novel way to rank the input features by their importance to the explainability of the data generating process, shedding light on how the response is determined by the dependence structure of its predictors. A simulation study shows that our proposal can be used to explore what advances can be achieved either in terms of efficiency, explanatory ability, or simply by way of confirming existing results.

📄 PDF Abstract BibTeX arXiv:2407.14194

Code (0)

등록된 구현이 없습니다.

Tasks

Sensitivity

Similar Papers 제목 키워드 기반

Unbiased variable importance for random forests

2020-03-04 · Markus Loecher

The default variable-importance measure in random Forests, Gini importance, has been shown to suffer from the bias of the underlying Gini-gain splitting criterion. While the alternative permutation importance is generall…

Understanding variable importances in forests of randomized trees

2013-12-01 · NeurIPS 2013 12 · Gilles Louppe, Louis Wehenkel, Antonio Sutera, Pierre Geurts

Despite growing interest and practical use in various scientific areas, variable importances derived from tree-based ensemble methods are not well understood from a theoretical point of view. In this work we characterize…

Models under which random forests perform badly; consequences for applications

2019-10-02 · José A. Ferreira

We give examples of data-generating models under which Breiman's random forest may be extremely slow to converge to the optimal predictor or even fail to be consistent. The evidence provided for these properties is based…

Trees, forests, and impurity-based variable importance

2020-01-13 · Erwan Scornet

Tree ensemble methods such as random forests [Breiman, 2001] are very popular to handle high-dimensional tabular data sets, notably because of their good predictive accuracy. However, when machine learning is used for de…

Decision Making

Correcting Variable Importance Scored by Random Forests

2026-06-09 · Guancheng Zhou, Haiping Xu, Jason Liu, Donghui Yan arxiv

Variable importance produced by Random Forests (RF) is used widely in statistical data analysis, and has played an important role in a variety of tasks such as assisting model interpretation, model selection and diagnosi…