We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f5156 commit 265d8c6Copy full SHA for 265d8c6
docs/conf.py
@@ -52,6 +52,9 @@
52
os.system(
53
"wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/bart/bart_heteroscedasticity.ipynb -P examples"
54
)
55
+os.system(
56
+ "wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/bart/bart_categorical_hawks.ipynb -P examples"
57
+)
58
59
"wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/references.bib -P examples"
60
0 commit comments