Skip to content

Commit 422bdc3

Browse files
committed
fix order of learners
1 parent 6ad95f9 commit 422bdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guide/basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ other half of observations indexed with :math:`i \in I`
140140
(x, y, d) = data[i_rep]
141141
obj_dml_data = DoubleMLData.from_arrays(x, y, d)
142142
obj_dml_plr_nonorth = DoubleMLPLR(obj_dml_data,
143-
ml_m, ml_l, ml_g,
143+
ml_l, ml_m, ml_g,
144144
n_folds=2,
145145
apply_cross_fitting=False,
146146
score=non_orth_score)

0 commit comments

Comments
 (0)