paper-with-me

Papers

causalfe: Causal Forests with Fixed Effects in Python

2026-01-15 · Harry Aytug arxiv

The causalfe package provides a Python implementation of Causal Forests with Fixed Effects (CFFE) for estimating heterogeneous treatment effects in panel data settings. Standard causal forest methods struggle with panel data because unit and time fixed effects induce spurious heterogeneity in treatment effect estimates. The CFFE approach addresses this by performing node-level residualization during tree construction, removing fixed effects within each candidate split rather than globally. This paper describes the methodology, documents the software interface, and demonstrates the package through simulation studies that validate the estimator's performance under various data generating processes.

📄 PDF Abstract BibTeX arXiv:2601.10555

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Generalized Random Forests using Fixed-Point Trees

2023-06-20 · David Fleischer, David A. Stephens, Archer Y. Yang

We propose a computationally efficient alternative to generalized random forests (GRFs) for estimating heterogeneous effects in large dimensions. While GRFs rely on a gradient-based splitting criterion, which in large di…

Causal InferenceComputational Efficiency

Estimating heterogeneous treatment effects with right-censored data via causal survival forests

2020-01-27 · Yifan Cui, Michael R. Kosorok, Erik Sverdrup, Stefan Wager 외

Forest-based methods have recently gained in popularity for non-parametric treatment effect estimation. Building on this line of work, we introduce causal survival forests, which can be used to estimate heterogeneous tre…

What Makes Forest-Based Heterogeneous Treatment Effect Estimators Work?

2022-06-21 · Susanne Dandl, Torsten Hothorn, Heidi Seibold, Erik Sverdrup 외

Estimation of heterogeneous treatment effects (HTE) is of prime importance in many disciplines, ranging from personalized medicine to economics among many others. Random forests have been shown to be a flexible and power…

Estimation and Inference of Heterogeneous Treatment Effects using Random Forests

2015-10-14 · Stefan Wager, Susan Athey

Many scientific and engineering challenges -- ranging from personalized medicine to customized marketing recommendations -- require an understanding of treatment effect heterogeneity. In this paper, we develop a non-para…

Marketingvalid

Variable importance for causal forests: breaking down the heterogeneity of treatment effects

2023-08-07 · Clément Bénard, Julie Josse

Causal random forests provide efficient estimates of heterogeneous treatment effects. However, forest algorithms are also well-known for their black-box nature, and therefore, do not characterize how input variables are …