Skip to content

Commit 2c19e01

Browse files
committed
fix broken links
1 parent f4a9a56 commit 2c19e01

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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/learners/py_tabpfn.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"We start by importing the necessary libraries. Note that TabPFN requires a separate installation, see [installation instructions](https://priorlabs.ai/getting_started/install/).\n",
2929
"\n",
3030
"For GPU acceleration (recommended), ensure you have CUDA-enabled PyTorch installed.\n",
31-
"Instead you can also use the [TabPFN API Client](https://github.com/PriorLabs/tabpfn-client?tab=readme-ov-file#-quick-start)."
31+
"Instead you can also use the [TabPFN API Client](https://github.com/PriorLabs/tabpfn-client)."
3232
]
3333
},
3434
{
@@ -253,7 +253,7 @@
253253
"- `ml_g`: A regressor for the outcome model $g_0(D,X) = \\mathbb{E}[Y|X,D]$\n",
254254
"- `ml_m`: A classifier for the propensity score model $m_{0,d}(X) = \\mathbb{E}[1\\{D=d\\}|X]$\n",
255255
"\n",
256-
"**Note**: TabPFN works best with CUDA acceleration. If CUDA is not available, it will fall back to CPU computation. Instead you can use [TabPFN API Client](https://github.com/PriorLabs/tabpfn-client?tab=readme-ov-file#-quick-start)."
256+
"**Note**: TabPFN works best with CUDA acceleration. If CUDA is not available, it will fall back to CPU computation. Instead you can use [TabPFN API Client](https://github.com/PriorLabs/tabpfn-client)."
257257
]
258258
},
259259
{

0 commit comments

Comments
 (0)