中文
相关论文

相关论文: On Conditional Branches in Optimal Decision Trees

200 篇论文

Model trees provide an appealing way to perform interpretable machine learning for both classification and regression problems. In contrast to ``classic'' decision trees with constant values in their leaves, model trees can use linear…

机器学习 · 计算机科学 2026-03-11 Sabino Francesco Roselli , Eibe Frank

Most decision tree induction algorithms are based on a greedy top-down recursive partitioning strategy for tree growth. In this paper, we propose several methods for induction of decision trees and their ensembles based on evolutionary…

神经与进化计算 · 计算机科学 2020-02-04 Evgeny Dolotov , Nikolai Zolotykh

Boosted decision trees enjoy popularity in a variety of applications; however, for large-scale datasets, the cost of training a decision tree in each round can be prohibitively expensive. Inspired by ideas from the multi-arm bandit…

机器学习 · 计算机科学 2018-05-22 Maryam Aziz , Jesse Anderton , Javed Aslam

A choice dictionary is a data structure that can be initialized with a parameter $n\in\{1,2,\ldots\}$ and subsequently maintains an initially empty subset $S$ of $\{1,\ldots,n\}$ under insertion, deletion, membership queries and an…

数据结构与算法 · 计算机科学 2017-11-03 Torben Hagerup

A tremendous range of design tasks in materials, physics, and biology can be formulated as finding the optimum of an objective function depending on many parameters without knowing its closed-form expression or the derivative. Traditional…

机器学习 · 计算机科学 2024-04-08 Ye Wei , Bo Peng , Ruiwen Xie , Yangtao Chen , Yu Qin , Peng Wen , Stefan Bauer , Po-Yen Tung

Avraham et al. [AFK+15] presented an alternative approach to parametric search, called \emph{bifurcation}, that performs faster under certain circumstances. Intuitively, when the underlying decider execution can be rolled back cheaply and…

计算几何 · 计算机科学 2025-10-03 Sariel Har-Peled

The method for analyzing algorithmic runtime complexity using decision trees is discussed using the sorting algorithm. This method is then extended to optimal algorithms which may find all cliques of size q in network N, or simply the first…

计算复杂性 · 计算机科学 2025-05-09 Daniel Uribe

In this paper, we study arbitrary infinite binary information systems each of which consists of an infinite set called universe and an infinite set of two-valued functions (attributes) defined on the universe. We consider the notion of a…

计算复杂性 · 计算机科学 2022-01-05 Mikhail Moshkov

Consider a network design application where we wish to lay down a minimum-cost spanning tree in a given graph; however, we only have stochastic information about the edge costs. To learn the precise cost of any edge, we have to conduct a…

数据结构与算法 · 计算机科学 2017-11-02 Sahil Singla

Decision trees are widely used for non-linear modeling, as they capture interactions between predictors while producing inherently interpretable models. Despite their popularity, performing inference on the non-linear fit remains largely…

统计方法学 · 统计学 2026-04-14 Soham Bakshi , Snigdha Panigrahi

Decision trees and their ensembles are popular in machine learning as easy-to-understand models. Several techniques have been proposed in the literature for learning tree-based classifiers, with different techniques working well for data…

机器学习 · 计算机科学 2025-05-20 Maria-Florina Balcan , Dravyansh Sharma

Dynamic regression trees are an attractive option for automatic regression and classification with complicated response surfaces in on-line application settings. We create a sequential tree model whose state changes in time with the…

统计方法学 · 统计学 2010-11-23 Matthew A. Taddy , Robert B. Gramacy , Nicholas G. Polson

We address the problem of learning binary decision trees that partition data for some downstream task. We propose to learn discrete parameters (i.e., for tree traversals and node pruning) and continuous parameters (i.e., for tree split…

机器学习 · 计算机科学 2021-06-15 Valentina Zantedeschi , Matt J. Kusner , Vlad Niculae

Decision trees and systems of decision rules are widely used as classifiers, as a means for knowledge representation, and as algorithms. They are among the most interpretable models for data analysis. The study of the relationships between…

人工智能 · 计算机科学 2023-05-04 Kerven Durdymyradov , Mikhail Moshkov

The main contribution of this paper is the development of a new decision tree algorithm. The proposed approach allows users to guide the algorithm through the data partitioning process. We believe this feature has many applications but in…

机器学习 · 统计学 2020-10-27 Cédric Beaulac , Jeffrey S. Rosenthal

Decision tree learning has long been a central topic in theoretical computer science, driven by its practical importance. A fundamental and widely used method for decision tree construction is the top-down greedy heuristic, which…

机器学习 · 计算机科学 2026-05-14 Arshia Soltani Moakahr , Faraz Ghahremani , Kiarash Banihashem , MohammadTaghi Hajiaghayi

We present a comprehensive classical and parameterized complexity analysis of decision tree pruning operations, extending recent research on the complexity of learning small decision trees. Thereby, we offer new insights into the…

机器学习 · 计算机科学 2025-03-06 Juha Harviainen , Frank Sommer , Manuel Sorge , Stefan Szeider

The most common approaches for solving multistage stochastic programming problems in the research literature have been to either use value functions ("dynamic programming") or scenario trees ("stochastic programming") to approximate the…

最优化与控制 · 数学 2022-01-04 Warren B Powell , Saeed Ghadimi

A falling rule list is a probabilistic decision list for binary classification, consisting of a series of if-then rules with antecedents in the if clauses and probabilities of the desired outcome ("1") in the then clauses. Just as in a…

机器学习 · 计算机科学 2018-03-21 Chaofan Chen , Cynthia Rudin

We investigate the problem of active learning on a given tree whose nodes are assigned binary labels in an adversarial way. Inspired by recent results by Guillory and Bilmes, we characterize (up to constant factors) the optimal placement of…

机器学习 · 计算机科学 2013-01-23 Nicolo Cesa-Bianchi , Claudio Gentile , Fabio Vitale , Giovanni Zappella