paper-with-me

Papers

StructureBoost: Efficient Gradient Boosting for Structured Categorical Variables

2020-07-08 · Brian Lucena

Gradient boosting methods based on Structured Categorical Decision Trees (SCDT) have been demonstrated to outperform numerical and one-hot-encodings on problems where the categorical variable has a known underlying structure. However, the enumeration procedure in the SCDT is infeasible except for categorical variables with low or moderate cardinality. We propose and implement two methods to overcome the computational obstacles and efficiently perform Gradient Boosting on complex structured categorical variables. The resulting package, called StructureBoost, is shown to outperform established packages such as CatBoost and LightGBM on problems with categorical predictors that contain sophisticated structure. Moreover, we demonstrate that StructureBoost can make accurate predictions on unseen categorical values due to its knowledge of the underlying structure.

📄 PDF Abstract BibTeX arXiv:2007.04446

Code (1)

numeristical/structureboost

Similar Papers 제목 키워드 기반

From Point to probabilistic gradient boosting for claim frequency and severity prediction

2024-12-19 · Dominik Chevalier, Marie-Pier Côté

Gradient boosting for decision tree algorithms are increasingly used in actuarial applications as they show superior predictive performance over traditional generalised linear models. Many enhancements to the first gradi…

Computational Efficiencyseverity prediction

Categorical Reparametrization with Gumbel-Softmax

2016-11-01 · ICLR 2017 2016 11 · Eric Jang, Shixiang Gu, Ben Poole

Categorical variables are a natural choice for representing discrete structure in the world. However, stochastic neural networks rarely use categorical latent variables due to the inability to backpropagate through sampl…

Categorical Reparameterization with Gumbel-Softmax

2016-11-03 · Eric Jang, Shixiang Gu, Ben Poole

Categorical variables are a natural choice for representing discrete structure in the world. However, stochastic neural networks rarely use categorical latent variables due to the inability to backpropagate through sampl…

General Classification

Gradient Boosting Reinforcement Learning

2024-07-11 · Benjamin Fuhrer, Chen Tessler, Gal Dalal

Neural networks (NN) achieve remarkable results in various tasks, but lack key characteristics: interpretability, support for categorical features, and lightweight implementations suitable for edge devices. While ongoing…

GPUreinforcement-learningReinforcement LearningReinforcement Learning (RL)

CatBoost: gradient boosting with categorical features support

2018-10-24 · Anna Veronika Dorogush, Vasily Ershov, Andrey Gulin

In this paper we present CatBoost, a new open-sourced gradient boosting library that successfully handles categorical features and outperforms existing publicly available implementations of gradient boosting in terms of …

ClusteringCPUDimensionality ReductionGeneral Classification+1