Skip to content

Commit

Permalink
Modified nb
Browse files Browse the repository at this point in the history
  • Loading branch information
goirik-chakrabarty committed May 6, 2022
1 parent 67b7087 commit 6a8d961
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gibbs-Sampling/Unknown-mu-sigma-Playground.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -290,15 +290,19 @@
"source": [
"print(\"Scores for baseline Gibbs Sampler\")\n",
"_ = score(y, class_list, z_est)\n",
"print()\n",
"\n",
"print(\"Scores for Gibbs Sampler with burnin\")\n",
"_ = score(y, class_list, z_est_mean)\n",
"print()\n",
"\n",
"print(\"Scores for Gibbs Sampler with multiple initialisation\")\n",
"_ = score(y, class_list, multi_z_est)\n",
"print()\n",
"\n",
"print(\"Scores for Sklearn KMean\")\n",
"_ = score(y, class_list, kmean_cat)"
"_ = score(y, class_list, kmean_cat)\n",
"print()"
]
},
{
Expand Down

0 comments on commit 6a8d961

Please sign in to comment.