paper-with-me

홈 › Papers

Binary Split Categorical feature with Mean Absolute Error Criteria in CART

2025-11-11 · Peng Yu, Yike Chen, Chao Xu, Albert Bifet, Jesse Read arxiv

In the context of the Classification and Regression Trees (CART) algorithm, the efficient splitting of categorical features using standard criteria like GINI and Entropy is well-established. However, using the Mean Absolute Error (MAE) criterion for categorical features has traditionally relied on various numerical encoding methods. This paper demonstrates that unsupervised numerical encoding methods are not viable for the MAE criteria. Furthermore, we present a novel and efficient splitting algorithm that addresses the challenges of handling categorical features with the MAE criterion. Our findings underscore the limitations of existing approaches and offer a promising solution to enhance the handling of categorical data in CART algorithms.

📄 PDF Abstract BibTeX arXiv:2511.08470

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rectifying Regression in Reinforcement Learning

2025-10-01 · Alex Ayoub, David Szepesvári, Alireza Bakhtiari, Csaba Szepesvári 외 arxiv

This paper investigates the impact of the loss function in value-based methods for reinforcement learning through an analysis of underlying prediction objectives. We theoretically show that mean absolute error is a bette…

Reinforcement Learning

Generalization Properties of Decision Trees on Real-valued and Categorical Features

2022-10-18 · Jean-Samuel Leboeuf, Frédéric LeBlanc, Mario Marchand

We revisit binary decision trees from the perspective of partitions of the data. We introduce the notion of partitioning function, and we relate it to the growth function and to the VC dimension. We consider three types …

Measure Inducing Classification and Regression Trees for Functional Data

2020-10-30 · Edoardo Belli, Simone Vantini

We propose a tree-based algorithm for classification and regression problems in the context of functional data analysis, which allows to leverage representation learning and multiple splitting rules at the node level, re…

ClassificationGeneral ClassificationregressionRepresentation Learning

Quantile Encoder: Tackling High Cardinality Categorical Features in Regression Problems

2021-05-27 · Carlos Mougan, David Masip, Jordi Nin, Oriol Pujol

Regression problems have been widely studied in machinelearning literature resulting in a plethora of regression models and performance measures. However, there are few techniques specially dedicated to solve the problem…

regressionSpecificityVocal Bursts Intensity Prediction

Modeling Text with Decision Forests using Categorical-Set Splits

2020-09-21 · Mathieu Guillame-Bert, Sebastian Bruch, Petr Mitrichev, Petr Mikheev 외

Decision forest algorithms typically model data by learning a binary tree structure recursively where every node splits the feature space into two sub-regions, sending examples into the left or right branch as a result. …

text-classificationText Classification