paper-with-me

Papers

bsnsing: A decision tree induction method based on recursive optimal boolean rule composition

2022-05-30 · Yanchao Liu

This paper proposes a new mixed-integer programming (MIP) formulation to optimize split rule selection in the decision tree induction process, and develops an efficient search algorithm that is able to solve practical instances of the MIP model faster than commercial solvers. The formulation is novel for it directly maximizes the Gini reduction, an effective split selection criterion which has never been modeled in a mathematical program for its nonconvexity. The proposed approach differs from other optimal classification tree models in that it does not attempt to optimize the whole tree, therefore the flexibility of the recursive partitioning scheme is retained and the optimization model is more amenable. The approach is implemented in an open-source R package named bsnsing. Benchmarking experiments on 75 open data sets suggest that bsnsing trees are the most capable of discriminating new cases compared to trees trained by other decision tree codes including the rpart, C50, party and tree packages in R. Compared to other optimal decision tree packages, including DL8.5, OSDT, GOSDT and indirectly more, bsnsing stands out in its training speed, ease of use and broader applicability without losing in prediction accuracy.

📄 PDF Abstract BibTeX arXiv:2205.15263

Code (1)

profyliu/bsnsing 공식 구현

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

Evolutionary algorithms for constructing an ensemble of decision trees

2020-02-03 · Evgeny Dolotov, Nikolai Zolotykh

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 …

Evolutionary Algorithmsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Zero-Shot Decision Tree Construction via Large Language Models

2025-01-27 · Lucas Carrasco, Felipe Urrutia, Andrés Abeliuk

This paper introduces a novel algorithm for constructing decision trees using large language models (LLMs) in a zero-shot manner based on Classification and Regression Trees (CART) principles. Traditional decision tree i…

Attribute

Fast-R2D2: A Pretrained Recursive Neural Network based on Pruned CKY for Grammar Induction and Text Representation

2022-03-01 · Xiang Hu, Haitao Mi, Liang Li, Gerard de Melo

Recently CKY-based models show great potential in unsupervised grammar induction thanks to their human-like encoding paradigm, which runs recursively and hierarchically, but requires $O(n^3)$ time-complexity. Recursive T…

Constituency Grammar InductionLanguage ModelingLanguage ModellingLarge Language Model+1

HHCART: An Oblique Decision Tree

2015-04-14 · D. C. Wickramarachchi, B. L. Robertson, M. Reale, C. J. Price 외

Decision trees are a popular technique in statistical data classification. They recursively partition the feature space into disjoint sub-regions until each sub-region becomes homogeneous with respect to a particular cla…

General Classification

Decision Tree Induction Through LLMs via Semantically-Aware Evolution

2025-03-18 · Tennison Liu, Nicolas Huynh, Mihaela van der Schaar

Decision trees are a crucial class of models offering robust predictive performance and inherent interpretability across various domains, including healthcare, finance, and logistics. However, current tree induction meth…