Skip to content

Commit

Permalink
improve notebook with variational api quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Oct 23, 2018
1 parent da051c5 commit e151732
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/notebooks/variational_api_quickstart.ipynb
Expand Up @@ -1451,7 +1451,9 @@
"\n",
"Now let's use minibatches. At every iteration, we will draw 500 random values:\n",
"\n",
"> Remember to set `total_size` in observed"
"> Remember to set `total_size` in observed\n",
"\n",
"**total_size** is an important parameter that allows pymc3 to infer the right way of rescaling densities. If it is not set, you are likely to get completely wrong results. For more information please refer to the comprehensive documentation of `pm.Minibatch`."
]
},
{
Expand Down Expand Up @@ -1684,7 +1686,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.0b4"
"version": "3.6.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit e151732

Please sign in to comment.