Skip to content

Commit 004da39

Browse files
committed
Update heterogeneity.rst
1 parent 60eba3d commit 004da39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guide/heterogeneity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Estimation is conducted via its ``fit()`` method:
345345
np.random.seed(3141)
346346
ml_g = RandomForestClassifier(n_estimators=100, max_features=20, max_depth=10, min_samples_leaf=2)
347347
ml_m = RandomForestClassifier(n_estimators=100, max_features=20, max_depth=10, min_samples_leaf=2)
348-
data = make_iivm_data(theta=0.5, n_obs=1000, dim_x=20, return_type='DataFrame')
348+
data = make_iivm_data(theta=0.5, n_obs=2000, dim_x=20, return_type='DataFrame')
349349
obj_dml_data = dml.DoubleMLData(data, 'y', 'd', z_cols='z')
350350
dml_lpq_obj = dml.DoubleMLLPQ(obj_dml_data, ml_g, ml_m, treatment=1, quantile=0.5)
351351
dml_lpq_obj.fit().summary

0 commit comments

Comments
 (0)