paper-with-me

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 the ones generated by the nearest neighborhood variant of the deodata algorithms. The technique also enables the hybridization of the decision tree algorithm with the nearest neighborhood variant.

📄 PDF Abstract BibTeX arXiv:2202.12064

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Backtrack Tie-Breaking for Decision Trees: A Note on Deodata Predictors

2022-02-05 · Cristian Alb

A tie-breaking method is proposed for choosing the predicted class, or outcome, in a decision tree. The method is an adaptation of a similar technique used for deodata predictors.

Probabilistic Alternatives to the Gower Distance: A Note on Deodata Predictors

2022-01-17 · Cristian Alb

A probabilistic alternative to the Gower distance is proposed. The probabilistic distance enables the realization of a generic deodata predictor.

Succinct Explanations With Cascading Decision Trees

2020-10-13 · Jialu Zhang, Yitan Wang, Mark Santolucito, Ruzica Piskac

The decision tree is one of the most popular and classical machine learning models from the 1980s. However, in many practical applications, decision trees tend to generate decision paths with excessive depth. Long decisi…

ClassificationGeneral ClassificationMissing Values

On Tackling Explanation Redundancy in Decision Trees

2022-05-20 · Yacine Izza, Alexey Ignatiev, Joao Marques-Silva

Decision trees (DTs) epitomize the ideal of interpretability of machine learning (ML) models. The interpretability of decision trees motivates explainability approaches by so-called intrinsic interpretability, and it is …

On the utility of feature selection in building two-tier decision trees

2022-12-29 · Sergey A. Saltykov

Nowadays, feature selection is frequently used in machine learning when there is a risk of performance degradation due to overfitting or when computational resources are limited. During the feature selection process, the…

feature selection