Skip to content

Fix broken links and add TabPFN example nb #249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@
"https://doi.org/10.1146/annurev-economics-051520-021409",
# Valdi DOI; Causes 504 Server Error: Gateway Time-out for ...
"https://doi.org/10.1017/CBO9781139060035.008",
# Valid DOI; Causes 403 Client Error: Forbidden for url:...
"https://doi.org/10.1097%2FEDE.0b013e3181f74493",
# Valid DOI; Causes 403 Client Error: Forbidden for url:...
"https://doi.org/10.3982/ECTA15732",
]

# To execute R code via jupyter-execute one needs to install the R kernel for jupyter
Expand Down
1 change: 1 addition & 0 deletions doc/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ General Examples
py_double_ml_multiway_cluster.ipynb
py_double_ml_ssm.ipynb
py_double_ml_sensitivity_booking.ipynb
learners/py_tabpfn.ipynb
py_double_ml_basic_iv.ipynb
py_double_ml_robust_iv.ipynb
py_double_ml_plm_irm_hetfx.ipynb
Expand Down
1,112 changes: 1,112 additions & 0 deletions doc/examples/learners/py_tabpfn.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ flaml

# notebooks
ipykernel
pyreadr
pyreadr
tabpfn