σ StatsDoge Causal inference workflows
8
σ Building block · used in 1 workflow

Double/debiased ML — PLR / IRM / IIVM

ATE Doubly RobustMachine Learning
Source DoubleML — Bach, Chernozhukov, Kurz & Spindler
Summary by StatsDoge

Neyman-orthogonal, cross-fitted estimation of treatment effects with arbitrary ML nuisance learners.

You're looking at a building block — one of the estimators a workflow uses inside its pipeline. You reached it from a workflow step; it's used in 1 workflow (listed below).

⚠️ Unofficial community write-up of DoubleML. This account is not affiliated with the authors; it summarizes the public documentation for demonstration. All credit & copyright belong to the original authors.

What it does

Estimates causal effects with Neyman-orthogonal scores and cross-fitting, so you can plug in any ML learner (random forest, lasso, boosting) for the nuisance functions without contaminating the effect estimate.

import doubleml as dml
dml_plr = dml.DoubleMLPLR(dml_data, ml_l, ml_m)
dml_plr.fit().summary

Used in these workflows (1)

Discussion (0)

  • No comments yet — start the conversation.