paper-with-me

Papers

Big Data Classification Using Augmented Decision Trees

2017-10-26 · Rajiv Sambasivan, Sourish Das

We present an algorithm for classification tasks on big data. Experiments conducted as part of this study indicate that the algorithm can be as accurate as ensemble methods such as random forests or gradient boosted trees. Unlike ensemble methods, the models produced by the algorithm can be easily interpreted. The algorithm is based on a divide and conquer strategy and consists of two steps. The first step consists of using a decision tree to segment the large dataset. By construction, decision trees attempt to create homogeneous class distributions in their leaf nodes. However, non-homogeneous leaf nodes are usually produced. The second step of the algorithm consists of using a suitable classifier to determine the class labels for the non-homogeneous leaf nodes. The decision tree segment provides a coarse segment profile while the leaf level classifier can provide information about the attributes that affect the label within a segment.

📄 PDF Abstract BibTeX arXiv:1710.09567

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Optimal Interpretability-Performance Trade-off of Classification Trees with Black-Box Reinforcement Learning

2023-04-11 · Hector Kohler, Riad Akrour, Philippe Preux

Interpretability of AI models allows for user safety checks to build trust in these models. In particular, decision trees (DTs) provide a global view on the learned model and clearly outlines the role of the features tha…

reinforcement-learningReinforcement Learning (RL)

Learning Optimal Fair Classification Trees: Trade-offs Between Interpretability, Fairness, and Accuracy

2022-01-24 · Nathanael Jo, Sina Aghaei, Andrés Gómez, Phebe Vayanos

The increasing use of machine learning in high-stakes domains -- where people's livelihoods are impacted -- creates an urgent need for interpretable, fair, and highly accurate algorithms. With these needs in mind, we pro…

ClassificationFairness

Advancing Tool-Augmented Large Language Models: Integrating Insights from Errors in Inference Trees

2024-06-11 · Sijia Chen, Yibo Wang, Yi-Feng Wu, Qing-Guo Chen 외

Tool-augmented large language models (LLMs) leverage tools, often in the form of APIs, to enhance their reasoning capabilities on complex tasks, thus taking on the role of intelligent agents interacting with the real wor…

On the Trade-off between the Number of Nodes and the Number of Trees in a Random Forest

2023-12-16 · Tatsuya Akutsu, Avraham A. Melkman, Atsuhiro Takasu

In this paper, we focus on the prediction phase of a random forest and study the problem of representing a bag of decision trees using a smaller bag of decision trees, where we only consider binary decision problems on t…

On the Learning with Augmented Class via Forests

2025-05-14 · Fan Xu, Wuyang Chen, Wei Gao

Decision trees and forests have achieved successes in various real applications, most working with all testing classes known in training data. In this work, we focus on learning with augmented class via forests, where an…