Skip to content

Commit 2b331e1

Browse files
committed
Update models.rst
1 parent 85de39a commit 2b331e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guide/models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Estimation is conducted via its ``fit()`` method:
237237
ml_m = RandomForestClassifier(n_estimators=100, max_depth=5, min_samples_leaf=5)
238238
np.random.seed(42)
239239
data = make_did_SZ2020(n_obs=500, return_type='DataFrame')
240-
# y is already defined a the difference of observed outcomes
240+
# y is already defined as the difference of observed outcomes
241241
obj_dml_data = dml.DoubleMLData(data, 'y', 'd')
242242
dml_did_obj = dml.DoubleMLDID(obj_dml_data, ml_g, ml_m)
243243
print(dml_did_obj.fit())

0 commit comments

Comments
 (0)