Skip to content

Commit

Permalink
Add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC committed Jul 10, 2024
1 parent af0b641 commit 2756dec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metalearners/drlearner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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) <https://arxiv.org/pdf/2211.01939>`_.
"""

@classmethod
Expand Down

0 comments on commit 2756dec

Please sign in to comment.