中文
相关论文

相关论文: Grabit: Gradient Tree-Boosted Tobit Models for Def…

200 篇论文

In document classification for, e.g., legal and biomedical text, we often deal with hundreds of classes, including very infrequent ones, as well as temporal concept drift caused by the influence of real world events, e.g., policy changes,…

计算与语言 · 计算机科学 2022-03-16 Ilias Chalkidis , Anders Søgaard

Regression method has been widely used to explore relationship between dependent and independent variables. In practice, data issues such as censoring and missing data often exist. When the response variable is (fixed) censored, Tobit…

统计方法学 · 统计学 2021-07-06 Hailin Huang

A gradient boosting decision tree (GBDT), which aggregates a collection of single weak learners (i.e. decision trees), is widely used for data mining tasks. Because GBDT inherits the good performance from its ensemble essence, much…

机器学习 · 计算机科学 2020-04-06 Wenjing Fang , Jun Zhou , Xiaolong Li , Kenny Q. Zhu

Most machine learning classifiers only concern classification accuracy, while certain applications (such as medical diagnosis, meteorological forecasting, and computation advertising) require the model to predict the true probability, known…

机器学习 · 计算机科学 2025-03-13 Siguang Huang , Yunli Wang , Lili Mou , Huayue Zhang , Han Zhu , Chuan Yu , Bo Zheng

The assessment of binary classifier performance traditionally centers on discriminative ability using metrics, such as accuracy. However, these metrics often disregard the model's inherent uncertainty, especially when dealing with sensitive…

机器学习 · 计算机科学 2024-02-13 Agathe Fernandes Machado , Arthur Charpentier , Emmanuel Flachaire , Ewen Gallic , François Hu

Mixed Probit models are widely applied in many fields where prediction of a binary response is of interest. Typically, the random effects are assumed to be independent but this is seldom the case for many real applications. In the credit…

应用统计 · 统计学 2019-11-18 Elisa Tosetti , Veronica Vinciotti

Machine learning models are typically deployed in a test setting that differs from the training setting, potentially leading to decreased model performance because of domain shift. If we could estimate the performance that a pre-trained…

计算机视觉与模式识别 · 计算机科学 2022-07-21 Zeju Li , Konstantinos Kamnitsas , Mobarakol Islam , Chen Chen , Ben Glocker

We present a Bayesian nonparametric model for conditional distribution estimation using Bayesian additive regression trees (BART). The generative model we use is based on rejection sampling from a base model. Typical of BART models, our…

统计方法学 · 统计学 2022-02-02 Yinpu Li , Antonio R. Linero , Jared S. Murray

Gradient boosted decision trees are some of the most popular algorithms in applied machine learning. They are a flexible and powerful tool that can robustly fit to any tabular dataset in a scalable and computationally efficient way. One of…

机器学习 · 计算机科学 2023-01-26 Daniel de Marchi , Matthew Welch , Michael Kosorok

This paper proposes the use of causal modeling to detect and mitigate algorithmic bias. We provide a brief description of causal modeling and a general overview of our approach. We then use the Adult dataset, which is available for download…

机器学习 · 计算机科学 2023-11-10 Wendy Hui , Wai Kwong Lau

High-dimensional categorical data arise in diverse scientific domains and are often accompanied by covariates. Latent class regression models are routinely used in such settings, reducing dimensionality by assuming conditional independence…

统计方法学 · 统计学 2026-05-28 Yuren Zhou , Yuqi Gu , David B. Dunson

This paper introduces a new online learning framework for multiclass classification called learning with diluted bandit feedback. At every time step, the algorithm predicts a candidate label set instead of a single label for the observed…

机器学习 · 计算机科学 2021-05-19 Gaurav Batra , Naresh Manwani

Credit risk prediction is an effective way of evaluating whether a potential borrower will repay a loan, particularly in peer-to-peer lending where class imbalance problems are prevalent. However, few credit risk prediction models for…

机器学习 · 计算机科学 2018-05-03 Anahita Namvar , Mohammad Siami , Fethi Rabhi , Mohsen Naderpour

Model misspecification is a long-standing enigma of the Bayesian inference framework as posteriors tend to get overly concentrated on ill-informed parameter values towards the large sample limit. Tempering of the likelihood has been…

统计方法学 · 统计学 2019-12-13 Owen Thomas , Jukka Corander

Classification is an important statistical learning tool. In real application, besides high prediction accuracy, it is often desirable to estimate class conditional probabilities for new observations. For traditional problems where the…

统计理论 · 数学 2025-03-18 Guo Xian Yau , Chong Zhang

Two popular boosted decsion tree (BDT) methods, Adaptive BDT (AdaBDT) and Gradient BDT (GradBDT) are studied in the classification problem of separating signal from background assuming all trees are weak learners. The following results are…

数据分析、统计与概率 · 物理学 2018-11-13 Li-Gang Xia

We propose PathBoost, a gradient tree boosting method for graph-level classification and regression that learns discriminative path-based features directly from the input graph structure. Building on a previous work, which was tailored to a…

机器学习 · 计算机科学 2026-05-12 Claudio Meggio , Johan Pensar , Riccardo De Bin

In this paper, we explore advanced modifications to the Tweedie regression model in order to address its limitations in modeling aggregate claims for various types of insurance such as automobile, health, and liability. Traditional Tweedie…

机器学习 · 计算机科学 2024-10-29 Banghee So , Emiliano A. Valdez

Tree Ensemble (TE) models, such as Gradient Boosted Trees, often achieve optimal performance on tabular datasets, yet their lack of transparency poses challenges for comprehending their decision logic. This paper introduces TE2Rules (Tree…

机器学习 · 计算机科学 2024-01-25 G Roshan Lal , Xiaotong Chen , Varun Mithal

In this work, we investigated the application of score-based gradient learning in discriminative and generative classification settings. Score function can be used to characterize data distribution as an alternative to density. It can be…

机器学习 · 计算机科学 2022-07-25 Yongchao Huang