File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
3
3
Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
4
4
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
5
5
DocumenterInterLinks = " d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
6
+ DynamicPPL = " 366bfd00-2699-11ea-058f-f148b4cae6d8"
6
7
Turing = " fce5fe82-541a-59a6-adf8-730c64b5f9a0"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ using Turing
4
4
# from those packages.
5
5
using Distributions
6
6
using Bijectors
7
+ using DynamicPPL
7
8
8
9
using DocumenterInterLinks
9
10
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Distributions.BernoulliLogit
127
127
### Predictions
128
128
129
129
``` @docs
130
- predict
130
+ DynamicPPL. predict
131
131
```
132
132
133
133
### Querying model probabilities and quantities
You can’t perform that action at this time.
0 commit comments