paper-with-me

Papers

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 rules are sufficient to achieve an acceptable accuracy close to that of the original model. Moreover, our results indicate that in many cases, this can lead to simpler models that clearly outperform the original ones.

📄 PDF Abstract BibTeX arXiv:1911.04393

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar 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 o…

Model Agnostic Supervised Local Explanations

2018-07-09 · NeurIPS 2018 12 · Gregory Plumb, Denali Molitor, Ameet Talwalkar

Model interpretability is an increasingly important component of practical machine learning. Some of the most common forms of interpretability systems are example-based, local, and global explanations. One of the main ch…

feature selectionmodel

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

Making Tree Ensembles Interpretable: A Bayesian Model Selection Approach

2016-06-29 · Satoshi Hara, Kohei Hayashi

Tree ensembles, such as random forests and boosted trees, are renowned for their high prediction performance. However, their interpretability is critically limited due to the enormous complexity. In this study, we presen…

Model Selection

ggRandomForests: Visually Exploring a Random Forest for Regression

2015-01-28 · John Ehrlinger

Random Forests [Breiman:2001] (RF) are a fully non-parametric statistical method requiring no distributional assumptions on covariate relation to the response. RF are a robust, nonlinear technique that optimizes predicti…

regression