Skip to content

Commit 40e346e

Browse files
committed
pymc-experimental -> pymx
1 parent e571dc9 commit 40e346e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/variational_inference/pathfinder.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"\n",
2626
"This algorithm is [implemented](https://github.com/blackjax-devs/blackjax/pull/194) in [BlackJAX](https://github.com/blackjax-devs/blackjax), a library of inference algorithms for [JAX](https://github.com/google/jax). Through PyMC's JAX-backend (through [aesara](https://github.com/aesara-devs/aesara)) we can run BlackJAX's pathfinder on any PyMC model with some simple wrapper code.\n",
2727
"\n",
28-
"This wrapper code is implemented in [pymc-experimental](https://github.com/pymc-devs/pymc-experimental/). This tutorial shows how to run Pathfinder on your PyMC model.\n",
28+
"This wrapper code is implemented in [pymcx](https://github.com/pymc-devs/pymcx/). This tutorial shows how to run Pathfinder on your PyMC model.\n",
2929
"\n",
30-
"You first need to install `pymc-experimental`:\n",
30+
"You first need to install `pymcx`:\n",
3131
"\n",
32-
"`pip install git+https://github.com/pymc-devs/pymc-experimental`"
32+
"`pip install git+https://github.com/pymc-devs/pymcx`"
3333
]
3434
},
3535
{

myst_nbs/variational_inference/pathfinder.myst.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Pathfinder is a variational inference algorithm that produces samples from the p
2727

2828
This algorithm is [implemented](https://github.com/blackjax-devs/blackjax/pull/194) in [BlackJAX](https://github.com/blackjax-devs/blackjax), a library of inference algorithms for [JAX](https://github.com/google/jax). Through PyMC's JAX-backend (through [aesara](https://github.com/aesara-devs/aesara)) we can run BlackJAX's pathfinder on any PyMC model with some simple wrapper code.
2929

30-
This wrapper code is implemented in [pymc-experimental](https://github.com/pymc-devs/pymc-experimental/). This tutorial shows how to run Pathfinder on your PyMC model.
30+
This wrapper code is implemented in [pymcx](https://github.com/pymc-devs/pymcx/). This tutorial shows how to run Pathfinder on your PyMC model.
3131

32-
You first need to install `pymc-experimental`:
32+
You first need to install `pymcx`:
3333

34-
`pip install git+https://github.com/pymc-devs/pymc-experimental`
34+
`pip install git+https://github.com/pymc-devs/pymcx`
3535

3636
```{code-cell} ipython3
3737
import arviz as az

0 commit comments

Comments
 (0)