paper-with-me

Papers

Decision Tree Algorithm Considering Distances Between Classes

2022-06-29 · IEEE Access 2022 6 · Sangyong Lee, Chulhee Lee, Kwon Gi Mun, Dohyun Kim

Decision tree algorithm (DT) is a commonly used data mining method for classification and regression. DT repeatedly divides a dataset into pure subsets based on impurity measurements such as entropy and Gini. Then relatively “pure” partitions consisting of observations with the (almost) same class are obtained. Gini index is one of the representative indices for measuring the impurity of data. However, the Gini index does not take into account distances between classes. If the distances between classes are considered when measuring impurity, the decision tree algorithm can distinguish clearly observations with different classes. To the end, a new decision tree algorithm based on Rao-Stirling index is proposed considering distances between classes. Rao-Stirling index considers distances between classes in such a way that weights more to pairs of references in more distant classes when measuring data impurity. Experimental results indicate that the proposed method is superior in terms of accuracy, implying that considering the distances between classes can help improve accuracy in DT.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Classification

Similar Papers 제목 키워드 기반

Global Evaluation for Decision Tree Learning

2022-08-09 · Fabian Spaeh, Sven Kosub

We transfer distances on clusterings to the building process of decision trees, and as a consequence extend the classical ID3 algorithm to perform modifications based on the global distance of the tree to the ground trut…

Improving Decision Sparsity

2024-10-27 · Yiyang Sun, Tong Wang, Cynthia Rudin

Sparsity is a central aspect of interpretability in machine learning. Typically, sparsity is measured in terms of the size of a model globally, such as the number of variables it uses. However, this notion of sparsity is…

Decision Making

Decision Tree Design for Classification in Crowdsourcing Systems

2018-05-01 · Baocheng Geng, Qunwei Li, Pramod K. Varshney

In this paper, we present a novel sequential paradigm for classification in crowdsourcing systems. Considering that workers are unreliable and they perform the tests with errors, we study the construction of decision tre…

ClassificationGeneral Classification

Robust Similarity and Distance Learning via Decision Forests

2020-07-27 · Tyler M. Tomita, Joshua T. Vogelstein

Canonical distances such as Euclidean distance often fail to capture the appropriate relationships between items, subsequently leading to subpar inference and prediction. Many algorithms have been proposed for automated …

regression

Discriminative Metric Learning with Deep Forest

2017-05-25 · Lev V. Utkin, Mikhail A. Ryabinin

A Discriminative Deep Forest (DisDF) as a metric learning algorithm is proposed in the paper. It is based on the Deep Forest or gcForest proposed by Zhou and Feng and can be viewed as a gcForest modification. The case of…

Metric Learning