Skip to content

Commit 1697e90

Browse files
committed
Update double_ml_did.py
1 parent 14c8674 commit 1697e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doubleml/double_ml_did.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class DoubleMLDID(LinearScoreMixin, DoubleML):
2020
2121
ml_g : estimator implementing ``fit()`` and ``predict()``
2222
A machine learner implementing ``fit()`` and ``predict()`` methods (e.g.
23-
:py:class:`sklearn.ensemble.RandomForestRegressor`) for the nuisance function :math:`g_0(d,X) = E[Y|D=d, X]`.
23+
:py:class:`sklearn.ensemble.RandomForestRegressor`) for the nuisance function :math:`g_0(d,X) = E[\Delta Y|D=d, X]`.
2424
For a binary outcome variable :math:`Y` (with values 0 and 1), a classifier implementing ``fit()`` and
2525
``predict_proba()`` can also be specified. If :py:func:`sklearn.base.is_classifier` returns ``True``,
2626
``predict_proba()`` is used otherwise ``predict()``.

0 commit comments

Comments
 (0)