We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad95f9 commit 422bdc3Copy full SHA for 422bdc3
doc/guide/basics.rst
@@ -140,7 +140,7 @@ other half of observations indexed with :math:`i \in I`
140
(x, y, d) = data[i_rep]
141
obj_dml_data = DoubleMLData.from_arrays(x, y, d)
142
obj_dml_plr_nonorth = DoubleMLPLR(obj_dml_data,
143
- ml_m, ml_l, ml_g,
+ ml_l, ml_m, ml_g,
144
n_folds=2,
145
apply_cross_fitting=False,
146
score=non_orth_score)
0 commit comments