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 101e9ea commit 7ac3c16Copy full SHA for 7ac3c16
docs/source/index.md
@@ -65,7 +65,7 @@ Fit your model using gradient-based MCMC algorithms like NUTS, using ADVI for fa
65
```{code-block} python
66
---
67
68
- import pymc3 as pm
+ import pymc as pm
69
70
X, y = linear_training_data()
71
with pm.Model() as linear_model:
0 commit comments