paper-with-me

Papers

A Bayesian Decision Tree Algorithm

2019-01-10 · Giuseppe Nuti, Lluís Antoni Jiménez Rugama, Andreea-Ingrid Cross

Bayesian Decision Trees are known for their probabilistic interpretability. However, their construction can sometimes be costly. In this article we present a general Bayesian Decision Tree algorithm applicable to both regression and classification problems. The algorithm does not apply Markov Chain Monte Carlo and does not require a pruning step. While it is possible to construct a weighted probability tree space we find that one particular tree, the greedy-modal tree (GMT), explains most of the information contained in the numerical examples. This approach seems to perform similarly to Random Forests.

📄 PDF Abstract BibTeX arXiv:1901.03214

Code (1)

UBS-IB/bayesian_tree 공식 구현

Tasks

General Classificationregression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Top-down particle filtering for Bayesian decision trees

2013-03-03 · Balaji Lakshminarayanan, Daniel M. Roy, Yee Whye Teh

Decision tree learning is a popular approach for classification and regression in machine learning and statistics, and Bayesian formulations---which introduce a prior distribution over decision trees, and formulate learn…

RJHMC-Tree for Exploration of the Bayesian Decision Tree Posterior

2023-12-04 · Jodie A. Cochrane, Adrian G. Wills, Sarah J. Johnson

Decision trees have found widespread application within the machine learning community due to their flexibility and interpretability. This paper is directed towards learning decision trees from data using a Bayesian appr…

Bayesian Decision Trees Inspired from Evolutionary Algorithms

2023-05-30 · Efthyvoulos Drousiotis, Alexander M. Phillips, Paul G. Spirakis, Simon Maskell

Bayesian Decision Trees (DTs) are generally considered a more advanced and accurate model than a regular Decision Tree (DT) because they can handle complex and uncertain data. Existing work on Bayesian DTs uses Markov Ch…

Evolutionary Algorithms

MAPTree: Beating "Optimal" Decision Trees with Bayesian Decision Trees

2023-09-26 · Colin Sullivan, Mo Tiwari, Sebastian Thrun

Decision trees remain one of the most popular machine learning models today, largely due to their out-of-the-box performance and interpretability. In this work, we present a Bayesian approach to decision tree induction v…

Scalable Bayesian Rule Lists

2016-02-27 · ICML 2017 8 · Hongyu Yang, Cynthia Rudin, Margo Seltzer

We present an algorithm for building probabilistic rule lists that is two orders of magnitude faster than previous work. Rule list algorithms are competitors for decision tree algorithms. They are associative classifiers…

Computational Efficiency