File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,10 @@ class DoubleMLDIDMulti:
5858 :py:class:`sklearn.ensemble.RandomForestClassifier`) for the nuisance function :math:`m_0(X) = E[D=1|X]`.
5959 Only relevant for ``score='observational'``. Default is ``None``.
6060
61- gt_combinations : array-like
62- A list of tuples with the group-time combinations to be evaluated.
61+ gt_combinations : array-like or str
62+ A list of tuples with the group-time combinations to be evaluated. Can be a string with the value
63+ ``'standard'``, ``'all'`` or ``'universal'``, which constructs the corresponding combinations automatically.
64+ Default is ``'standard'``.
6365
6466 control_group : str
6567 Specifies the control group. Either ``'never_treated'`` or ``'not_yet_treated'``.
You can’t perform that action at this time.
0 commit comments