paper-with-me

홈 › Papers

An Approach to Evaluating Learning Algorithms for Decision Trees

2020-10-26 · Tianqi Xiao, Omer Nguena Timo, Florent Avellaneda, Yasir Malik, Stefan Bruda

Learning algorithms produce software models for realising critical classification tasks. Decision trees models are simpler than other models such as neural network and they are used in various critical domains such as the medical and the aeronautics. Low or unknown learning ability algorithms does not permit us to trust the produced software models, which lead to costly test activities for validating the models and to the waste of learning time in case the models are likely to be faulty due to the learning inability. Methods for evaluating the decision trees learning ability, as well as that for the other models, are needed especially since the testing of the learned models is still a hot topic. We propose a novel oracle-centered approach to evaluate (the learning ability of) learning algorithms for decision trees. It consists of generating data from reference trees playing the role of oracles, producing learned trees with existing learning algorithms, and determining the degree of correctness (DOE) of the learned trees by comparing them with the oracles. The average DOE is used to estimate the quality of the learning algorithm. the We assess five decision tree learning algorithms based on the proposed approach.

📄 PDF Abstract BibTeX arXiv:2010.13665

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Interfering Paths in Decision Trees: A Note on Deodata Predictors

2022-02-24 · Cristian Alb

A technique for improving the prediction accuracy of decision trees is proposed. It consists in evaluating the tree's branches in parallel over multiple paths. The technique enables predictions that are more aligned with…

An Algorithmic Framework for Constructing Multiple Decision Trees by Evaluating Their Combination Performance Throughout the Construction Process

2024-02-09 · Keito Tajima, Naoki Ichijo, Yuta Nakahara, Toshiyasu Matsushima

Predictions using a combination of decision trees are known to be effective in machine learning. Typical ideas for constructing a combination of decision trees for prediction are bagging and boosting. Bagging independent…

Prediction

Learning a Decision Tree Algorithm with Transformers

2024-02-06 · Yufan Zhuang, Liyuan Liu, Chandan Singh, Jingbo Shang 외

Decision trees are renowned for their ability to achieve high predictive performance while remaining interpretable, especially on tabular data. Traditionally, they are constructed through recursive algorithms, where they…

Meta-Learning

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 v…

BIG-bench Machine Learning

dtControl: Decision Tree Learning Algorithms for Controller Representation

2020-02-12 · Pranav Ashok, Mathias Jackermeier, Pushpak Jagtap, Jan Křetínský 외

Decision tree learning is a popular classification technique most commonly used in machine learning applications. Recent work has shown that decision trees can be used to represent provably-correct controllers concisely.…