English

On Imbalanced Regression with Hoeffding Trees

Machine Learning 2026-03-06 v2 Artificial Intelligence

Abstract

Many real-world applications generate continuous data streams for regression. Hoeffding trees and their variants have a long-standing tradition due to their effectiveness, either alone or as base models in broader ensembles. Recent batch-learning work shows that kernel density estimation (KDE) improves smoothed predictions in imbalanced regression [Yang et al., 2021], while hierarchical shrinkage (HS) provides post-hoc regularization for decision trees without modifying their structure [Agarwal et al., 2022]. We extend KDE to streaming settings via a telescoping formulation and integrate HS into incremental decision trees. Empirical evaluation on standard online regression benchmarks shows that KDE consistently improves early-stream performance, whereas HS provides limited gains. Our implementation is publicly available at: https://github.com/marinaAlchirch/DSFA_2026.

Keywords

Cite

@article{arxiv.2602.22101,
  title  = {On Imbalanced Regression with Hoeffding Trees},
  author = {Pantia-Marina Alchirch and Dimitrios I. Diochnos},
  journal= {arXiv preprint arXiv:2602.22101},
  year   = {2026}
}

Comments

15 pages, 5 figures, 3 tables, 2 algorithms, authors' version of paper accepted in PAKDD 2026 special session on Data Science: Foundations and Applications (DSFA)

R2 v1 2026-07-01T10:52:23.454Z