Skip to content

Commit 16c035a

Browse files
authored
Merge pull request #219 from DoubleML/p-add-ref
Add paper reference
2 parents 5f24861 + 52dd637 commit 16c035a

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

doc/examples/py_double_ml_firststage.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@
205205
"\n",
206206
"## References\n",
207207
"\n",
208+
"Bach, P., Schacht, O., Chernozhukov, V., Klaassen, S., & Spindler, M. (2024, March). Hyperparameter Tuning for Causal Inference with Double Machine Learning: A Simulation Study. In Causal Learning and Reasoning (pp. 1065-1117). PMLR.\n",
209+
"\n",
208210
"Alexandre Belloni, Victor Chernozhukov, and Christian Hansen. Inference on Treatment Effects after Selection among High-Dimensional Controls. *The Review of Economic Studies*, 81(2):608–650, 11 2013. ISSN 0034-6527. doi: 10.1093/restud/rdt044. URL https://doi.org/10.1093/restud/rdt044.\n",
209211
"\n",
210212
"\n",

doc/examples/py_double_ml_learner.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,15 @@
530530
"print(f'Time with LightGBM: {round(t_3_stop - t_3_start, 4)} seconds')\n",
531531
"print(f'Speedup of factor {round((t_1_stop - t_1_start) / (t_3_stop - t_3_start), 2)}')"
532532
]
533+
},
534+
{
535+
"cell_type": "markdown",
536+
"metadata": {},
537+
"source": [
538+
"## References\n",
539+
"\n",
540+
"Bach, P., Schacht, O., Chernozhukov, V., Klaassen, S., & Spindler, M. (2024, March). Hyperparameter Tuning for Causal Inference with Double Machine Learning: A Simulation Study. In Causal Learning and Reasoning (pp. 1065-1117). PMLR."
541+
]
533542
}
534543
],
535544
"metadata": {

doc/examples/py_double_ml_meets_flaml.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,11 @@
916916
"\n",
917917
"This notebook highlights that tuning plays an important role and can be easily done using FLAML AutoML. In our [recent study](https://arxiv.org/abs/2402.04674) we provide more evidence for tuning with AutoML, especially that the full sample case in all investigated cases performed similarly to the full sample case and thus tuning time and complexity can be saved by tuning externally.\n",
918918
"\n",
919-
"See also our fully automated API for tuning DoubleML objects using AutoML, called [AutoDoubleML](https://github.com/OliverSchacht/AutoDoubleML) which can be installed from Github for python."
919+
"See also our fully automated API for tuning DoubleML objects using AutoML, called [AutoDoubleML](https://github.com/OliverSchacht/AutoDoubleML) which can be installed from Github for python.\n",
920+
"\n",
921+
"## References\n",
922+
"\n",
923+
"Bach, P., Schacht, O., Chernozhukov, V., Klaassen, S., & Spindler, M. (2024, March). Hyperparameter Tuning for Causal Inference with Double Machine Learning: A Simulation Study. In Causal Learning and Reasoning (pp. 1065-1117). PMLR."
920924
]
921925
}
922926
],

0 commit comments

Comments
 (0)