paper-with-me

홈 › Papers

Robust Propensity Score Computation Method based on Machine Learning with Label-corrupted Data

2018-01-09 · Chen Wang, Suzhen Wang, Fuyan Shi, Zaixiang Wang

In biostatistics, propensity score is a common approach to analyze the imbalance of covariate and process confounding covariates to eliminate differences between groups. While there are an abundant amount of methods to compute propensity score, a common issue of them is the corrupted labels in the dataset. For example, the data collected from the patients could contain samples that are treated mistakenly, and the computing methods could incorporate them as a misleading information. In this paper, we propose a Machine Learning-based method to handle the problem. Specifically, we utilize the fact that the majority of sample should be labeled with the correct instance and design an approach to first cluster the data with spectral clustering and then sample a new dataset with a distribution processed from the clustering results. The propensity score is computed by Xgboost, and a mathematical justification of our method is provided in this paper. The experimental results illustrate that xgboost propensity scores computing with the data processed by our method could outperform the same method with original data, and the advantages of our method increases as we add some artificial corruptions to the dataset. Meanwhile, the implementation of xgboost to compute propensity score for multiple treatments is also a pioneering work in the area.

📄 PDF Abstract BibTeX arXiv:1801.03132

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningClustering

Similar Papers 제목 키워드 기반

Semi-supervised learning and the question of true versus estimated propensity scores

2020-09-14 · Andrew Herren, P. Richard Hahn

A straightforward application of semi-supervised machine learning to the problem of treatment effect estimation would be to consider data as "unlabeled" if treatment assignment and covariates are observed but outcomes ar…

Causal Inference

Consistent Estimation of Propensity Score Functions with Oversampled Exposed Subjects

2018-05-20 · Sherri Rose

Observational cohort studies with oversampled exposed subjects are typically implemented to understand the causal effect of a rare exposure. Because the distribution of exposed subjects in the sample differs from the sou…

Causal Inference

Verifying the Selected Completely at Random Assumption in Positive-Unlabeled Learning

2024-03-29 · Paweł Teisseyre, Konrad Furmańczyk, Jan Mielniczuk

The goal of positive-unlabeled (PU) learning is to train a binary classifier on the basis of training data containing positive and unlabeled instances, where unlabeled observations can belong either to the positive class…

Improving the Finite Sample Estimation of Average Treatment Effects using Double/Debiased Machine Learning with Propensity Score Calibration

2024-09-07 · Daniele Ballinari, Nora Bearth

In the last decade, machine learning techniques have gained popularity for estimating causal effects. One machine learning approach that can be used for estimating an average treatment effect is Double/debiased machine l…

Machine Unlearning for Causal Inference

2023-08-24 · Vikas Ramachandra, Mohit Sethi

Machine learning models play a vital role in making predictions and deriving insights from data and are being increasingly used for causal inference. To preserve user privacy, it is important to enable the model to forge…

Causal InferenceMachine Unlearning