paper-with-me

홈 › Papers

How to select predictive models for causal inference?

2023-02-01 · Matthieu Doutreligne, Gaël Varoquaux

As predictive models -- e.g., from machine learning -- give likely outcomes, they may be used to reason on the effect of an intervention, a causal-inference task. The increasing complexity of health data has opened the door to a plethora of models, but also the Pandora box of model selection: which of these models yield the most valid causal estimates? Here we highlight that classic machine-learning model selection does not select the best outcome models for causal inference. Indeed, causal model selection should control both outcome errors for each individual, treated or not treated, whereas only one outcome is observed. Theoretically, simple risks used in machine learning do not control causal effects when treated and non-treated population differ too much. More elaborate risks build proxies of the causal error using ``nuisance'' re-weighting to compute it on the observed data. But does computing these nuisance adds noise to model selection? Drawing from an extensive empirical study, we outline a good causal model-selection procedure: using the so-called $R\text{-risk}$; using flexible estimators to compute the nuisance models on the train set; and splitting out 10\% of the data to compute risks.

📄 PDF Abstract BibTeX arXiv:2302.00370

Code (0)

등록된 구현이 없습니다.

Tasks

Causal InferenceModel Selectionvalid

Similar Papers 제목 키워드 기반

Causal Inference Isn't Special: Why It's Just Another Prediction Problem

2025-04-06 · Carlos Fernández-Loría

Causal inference is often portrayed as fundamentally distinct from predictive modeling, with its own terminology, goals, and intellectual challenges. But at its core, causal inference is simply a structured instance of p…

Causal InferenceDomain Adaptation

Instrumental and Proximal Causal Inference with Gaussian Processes

2026-03-02 · Yuqi Zhang, Krikamol Muandet, Dino Sejdinovic, Edwin Fong 외 arxiv

Instrumental variable (IV) and proximal causal learning (Proxy) methods are central frameworks for causal inference in the presence of unobserved confounding. Despite substantial methodological advances, existing approac…

Gaussian ProcessesCausal Inference

Synth-Validation: Selecting the Best Causal Inference Method for a Given Dataset

2017-10-31 · Alejandro Schuler, Ken Jung, Robert Tibshirani, Trevor Hastie 외

Many decisions in healthcare, business, and other policy domains are made without the support of rigorous evidence due to the cost and complexity of performing randomized experiments. Using observational data to answer c…

Causal Inference

Can predictive models be used for causal inference?

2023-06-18 · Maximilian Pichler, Florian Hartig

Supervised machine learning (ML) and deep learning (DL) algorithms excel at predictive tasks, but it is commonly assumed that they often do so by exploiting non-causal correlations, which may limit both interpretability …

Causal Inferencefeature selectionPrediction

Hyperparameter Tuning for Causal Inference with Double Machine Learning: A Simulation Study

2024-02-07 · Philipp Bach, Oliver Schacht, Victor Chernozhukov, Sven Klaassen 외

Proper hyperparameter tuning is essential for achieving optimal performance of modern machine learning (ML) methods in predictive tasks. While there is an extensive literature on tuning ML learners for prediction, there …

AutoMLCausal Inference