paper-with-me

홈 › Papers

ZTree: A Subgroup Identification Based Decision Tree Learning Framework

2025-09-16 · Eric Cheng, Jie Cheng arxiv

Decision trees are a commonly used class of machine learning models valued for their interpretability and versatility, capable of both classification and regression. We propose ZTree, a novel decision tree learning framework that replaces CART's traditional purity based splitting with statistically principled subgroup identification. At each node, ZTree applies hypothesis testing (e.g., z-tests, t-tests, Mann-Whitney U, log-rank) to assess whether a candidate subgroup differs meaningfully from the complement. To adjust for the complication of multiple testing, we employ a cross-validation-based approach to determine if further node splitting is needed. This robust stopping criterion eliminates the need for post-pruning and makes the test threshold (z-threshold) the only parameter for controlling tree complexity. Because of the simplicity of the tree growing procedure, once a detailed tree is learned using the most lenient z-threshold, all simpler trees can be derived by simply removing nodes that do not meet the larger z-thresholds. This makes parameter tuning intuitive and efficient. Furthermore, this z-threshold is essentially a p-value, allowing users to easily plug in appropriate statistical tests into our framework without adjusting the range of parameter search. Empirical evaluation on five large-scale UCI datasets demonstrates that ZTree consistently delivers strong performance, especially at low data regimes. Compared to CART, ZTree also tends to grow simpler trees without sacrificing performance. ZTree introduces a statistically grounded alternative to traditional decision tree splitting by leveraging hypothesis testing and a cross-validation approach to multiple testing correction, resulting in an efficient and flexible framework.

📄 PDF Abstract BibTeX arXiv:2509.12688

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TFZ-Tree: An Ultra-Lightweight Waveform Classification Framework for Resource-Constrained Devices

2026-05-15 · Hao Wang, Kuang Zhang, Yonggang Chi, Tianqi Zhao 외 arxiv

Under the trend of multi-waveform coexistence in 6G IoT, intelligent receivers must first identify physical-layer waveform types before performing correct demodulation and resource scheduling. However, existing signal id…

PSICA: decision trees for probabilistic subgroup identification with categorical treatments

2018-11-22 · Oleg Sysoev, Krzysztof Bartoszek, Eva-Charlotte Ekstrom, Katarina Ekholm Selling

Personalized medicine aims at identifying best treatments for a patient with given characteristics. It has been shown in the literature that these methods can lead to great improvements in medicine compared to traditiona…

Nutrition

Causal Interaction Trees: Tree-Based Subgroup Identification for Observational Data

2020-03-06 · Jiabei Yang, Issa J. Dahabreh, Jon A. Steingrimsson

We propose Causal Interaction Trees for identifying subgroups of participants that have enhanced treatment effects using observational data. We extend the Classification and Regression Tree algorithm by using splitting c…

Decision Makingregression

CAPITAL: Optimal Subgroup Identification via Constrained Policy Tree Search

2021-10-11 · Hengrui Cai, Wenbin Lu, Rachel Marceau West, Devan V. Mehrotra 외

Personalized medicine, a paradigm of medicine tailored to a patient's characteristics, is an increasingly attractive field in health care. An important goal of personalized medicine is to identify a subgroup of patients,…

Learning Subgroups with Maximum Treatment Effects without Causal Heuristics

2025-11-25 · Lincen Yang, Zhong Li, Matthijs van Leeuwen, Saber Salehkaleybar arxiv

Discovering subgroups with the maximum average treatment effect is crucial for targeted decision making in domains such as precision medicine, public policy, and education. While most prior work is formulated in the pote…

Decision Making