Skip to content

Commit 0e083ba

Browse files
committed
fix tags
1 parent a842d8f commit 0e083ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/mixture_models/dirichlet_mixture_of_multinomials.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"source": [
77
"# Dirichlet mixtures of multinomials\n",
88
"\n",
9-
":::{post} Aug 31, 2021\n",
10-
":tags: mixture model\n",
9+
":::{post} Sept 16, 2021\n",
10+
":tags: mixture model, pymc3.Dirichlet, pymc3.DirichletMultinomial, pymc3.Lognormal, pymc3.Model, pymc3.Multinomial\n",
1111
":category: advanced\n",
1212
":::"
1313
]

examples/mixture_models/dp_mix.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"# Dirichlet process mixtures for density estimation\n",
88
"\n",
99
":::{post} Sept 16, 2021\n",
10-
":tags: mixture model\n",
10+
":tags: mixture model, pymc3.Beta, pymc3.Deterministic, pymc3.Gamma, pymc3.Mixture, pymc3.Model, pymc3.Normal, pymc3.NormalMixture\n",
1111
":category: advanced\n",
1212
":::"
1313
]

0 commit comments

Comments
 (0)