Skip to content

Commit 3893822

Browse files
authored
Merge pull request #249 from DoubleML/dev
Fix broken links and add TabPFN example nb
2 parents d11e1e0 + d66d4df commit 3893822

File tree

4 files changed

+1119
-1
lines changed

4 files changed

+1119
-1
lines changed

doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@
269269
"https://doi.org/10.1146/annurev-economics-051520-021409",
270270
# Valdi DOI; Causes 504 Server Error: Gateway Time-out for ...
271271
"https://doi.org/10.1017/CBO9781139060035.008",
272+
# Valid DOI; Causes 403 Client Error: Forbidden for url:...
273+
"https://doi.org/10.1097%2FEDE.0b013e3181f74493",
274+
# Valid DOI; Causes 403 Client Error: Forbidden for url:...
275+
"https://doi.org/10.3982/ECTA15732",
272276
]
273277

274278
# To execute R code via jupyter-execute one needs to install the R kernel for jupyter

doc/examples/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ General Examples
2727
py_double_ml_multiway_cluster.ipynb
2828
py_double_ml_ssm.ipynb
2929
py_double_ml_sensitivity_booking.ipynb
30+
learners/py_tabpfn.ipynb
3031
py_double_ml_basic_iv.ipynb
3132
py_double_ml_robust_iv.ipynb
3233
py_double_ml_plm_irm_hetfx.ipynb

doc/examples/learners/py_tabpfn.ipynb

Lines changed: 1112 additions & 0 deletions
Large diffs are not rendered by default.

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ flaml
2525

2626
# notebooks
2727
ipykernel
28-
pyreadr
28+
pyreadr
29+
tabpfn

0 commit comments

Comments
 (0)