File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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()``.
You can’t perform that action at this time.
0 commit comments