Papers
Topics
Authors
Recent
Search
2000 character limit reached

Approximating splits for decision trees quickly in sparse data streams

Published 18 Jan 2026 in cs.LG and cs.DS | (2601.12525v1)

Abstract: Decision trees are one of the most popular classifiers in the machine learning literature. While the most common decision tree learning algorithms treat data as a batch, numerous algorithms have been proposed to construct decision trees from a data stream. A standard training strategy involves augmenting the current tree by changing a leaf node into a split. Here we typically maintain counters in each leaf which allow us to determine the optimal split, and whether the split should be done. In this paper we focus on how to speed up the search for the optimal split when dealing with sparse binary features and a binary class. We focus on finding splits that have the approximately optimal information gain or Gini index. In both cases finding the optimal split can be done in O(d)O(d) time, where dd is the number of features. We propose an algorithm that yields (1+α)(1 + α) approximation when using conditional entropy in amortized O(α<sup>1(1</sup>+mlogd)loglogn)O(α<sup>{-1}(1</sup> + m\log d) \log \log n) time, where mm is the number of 1s in a data point, and nn is the number of data points. Similarly, for Gini index, we achieve (1+α)(1 + α) approximation in amortized O(α<sup>1</sup>+mlogd)O(α<sup>{-1}</sup> + m \log d) time. Our approach is beneficial for sparse data where mdm \ll d. In our experiments we find almost-optimal splits efficiently, faster than the baseline, overperforming the theoretical approximation guarantees.

Authors (1)

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.