paper-with-me

Papers

VHT: Vertical Hoeffding Tree

2016-07-28 · Nicolas Kourtellis, Gianmarco De Francisci Morales, Albert Bifet, Arinto Murdopo

IoT Big Data requires new machine learning methods able to scale to large size of data arriving at high speed. Decision trees are popular machine learning models since they are very effective, yet easy to interpret and visualize. In the literature, we can find distributed algorithms for learning decision trees, and also streaming algorithms, but not algorithms that combine both features. In this paper we present the Vertical Hoeffding Tree (VHT), the first distributed streaming algorithm for learning decision trees. It features a novel way of distributing decision trees via vertical parallelism. The algorithm is implemented on top of Apache SAMOA, a platform for mining distributed data streams, and thus able to run on real-world clusters. We run several experiments to study the accuracy and throughput performance of our new VHT algorithm, as well as its ability to scale while keeping its superior performance with respect to non-distributed decision trees.

📄 PDF Abstract BibTeX arXiv:1607.08325

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Extremely Fast Decision Tree

2018-02-24 · Chaitanya Manapragada, Geoff Webb, Mahsa Salehi

We introduce a novel incremental decision tree learning algorithm, Hoeffding Anytime Tree, that is statistically more efficient than the current state-of-the-art, Hoeffding Tree. We demonstrate that an implementation of …

General Classification

Soft Hoeffding Tree: A Transparent and Differentiable Model on Data Streams

2024-11-07 · Kirsten Köbschall, Lisa Hartung, Stefan Kramer

We propose soft Hoeffding trees (SoHoT) as a new differentiable and transparent model for possibly infinite and changing data streams. Stream mining algorithms such as Hoeffding trees grow based on the incoming data stre…

An Eager Splitting Strategy for Online Decision Trees

2020-10-20 · Chaitanya Manapragada, Heitor M Gomes, Mahsa Salehi, Albert Bifet 외

Decision tree ensembles are widely used in practice. In this work, we study in ensemble settings the effectiveness of replacing the split strategy for the state-of-the-art online tree learner, Hoeffding Tree, with a rigo…

Green Accelerated Hoeffding Tree

2022-05-06 · Eva Garcia-Martin, Albert Bifet, Niklas Lavesson, Rikard König 외

State-of-the-art machine learning solutions mainly focus on creating highly accurate models without constraints on hardware resources. Stream mining algorithms are designed to run on resource-constrained devices, thus a …

Hoeffding adaptive splitting trees for data stream classification with concept drift and ensemble learning

2026-08-17 · Daniel Nowak Assis, Jean Paul Barddal, Fabrício Enembreck arxiv

Ensembles of decision trees are well-established methods for data stream classification. In ensemble learning, Hoeffding Trees are widely adopted as base learners, performing periodic split attempts according to the Hoef…

Ensemble LearningChange Detection