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:
58
58
:py:class:`sklearn.ensemble.RandomForestClassifier`) for the nuisance function :math:`m_0(X) = E[D=1|X]`.
59
59
Only relevant for ``score='observational'``. Default is ``None``.
60
60
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'``.
63
65
64
66
control_group : str
65
67
Specifies the control group. Either ``'never_treated'`` or ``'not_yet_treated'``.
You can’t perform that action at this time.
0 commit comments