paper-with-me

Papers

Unifying Decision Trees Split Criteria Using Tsallis Entropy

2015-11-25 · Yisen Wang, Chaobing Song, Shu-Tao Xia

The construction of efficient and effective decision trees remains a key topic in machine learning because of their simplicity and flexibility. A lot of heuristic algorithms have been proposed to construct near-optimal decision trees. ID3, C4.5 and CART are classical decision tree algorithms and the split criteria they used are Shannon entropy, Gain Ratio and Gini index respectively. All the split criteria seem to be independent, actually, they can be unified in a Tsallis entropy framework. Tsallis entropy is a generalization of Shannon entropy and provides a new approach to enhance decision trees' performance with an adjustable parameter $q$. In this paper, a Tsallis Entropy Criterion (TEC) algorithm is proposed to unify Shannon entropy, Gain Ratio and Gini index, which generalizes the split criteria of decision trees. More importantly, we reveal the relations between Tsallis entropy with different $q$ and other split criteria. Experimental results on UCI data sets indicate that the TEC algorithm achieves statistically significant improvement over the classical algorithms.

📄 PDF Abstract BibTeX arXiv:1511.08136

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Building Trees for Probabilistic Prediction via Scoring Rules

2024-02-16 · Sara Shashaani, Ozge Surer, Matthew Plumlee, Seth Guikema

Decision trees built with data remain in widespread use for nonparametric prediction. Predicting probability distributions is preferred over point predictions when uncertainty plays a prominent role in analysis and decis…

Decision MakingPrediction

Era Splitting: Invariant Learning for Decision Trees

2023-09-25 · Timothy DeLise

Real-life machine learning problems exhibit distributional shifts in the data from one time to another or from one place to another. This behavior is beyond the scope of the traditional empirical risk minimization paradi…

Domain Adaptation

Efficient non-greedy optimization of decision trees

2015-11-12 · NeurIPS 2015 12 · Mohammad Norouzi, Maxwell D. Collins, Matthew Johnson, David J. Fleet 외

Decision trees and randomized forests are widely used in computer vision and machine learning. Standard algorithms for decision tree induction optimize the split functions one node at a time according to some splitting c…

Structured Prediction

Confidence Decision Trees via Online and Active Learning for Streaming (BIG) Data

2016-04-12 · Rocco De Rosa

Decision tree classifiers are a widely used tool in data stream mining. The use of confidence intervals to estimate the gain associated with each split leads to very effective methods, like the popular Hoeffding tree alg…

Active Learning

Splitting criteria for ordinal decision trees: an experimental study

2024-12-18 · Rafael Ayllón-Gavilán, Francisco José Martínez-Estudillo, David Guijo-Rubio, César Hervás-Martínez 외

Ordinal Classification (OC) is a machine learning field that addresses classification tasks where the labels exhibit a natural order. Unlike nominal classification, which treats all classes as equally distinct, OC takes …

ClassificationOrdinal Classification