diff --git a/metalearners/drlearner.py b/metalearners/drlearner.py index cea0020..9d3379b 100644 --- a/metalearners/drlearner.py +++ b/metalearners/drlearner.py @@ -59,6 +59,9 @@ class DRLearner(_ConditionalAverageOutcomeMetaLearner): * ``"treatment_model"`` which estimates :math:`\mathbb{E}[Y(k) - Y(0) | X]` + If ``adaptive_clipping`` is set to ``True``, then the pseudo outcomes are computed using + adaptive propensity clipping described in section 4.1, equation *DR-Switch* of + `Mahajan et al. (2024) `_. """ @classmethod