Commit 31d4a725 authored by Lucas Beyer's avatar Lucas Beyer Committed by GitHub
Browse files

Merge pull request #18 from soravux/master

Fixed inference example (wrong keyword argument)
parents 3846e8ad d66fa5c6
......@@ -131,10 +131,10 @@ Possible values for the `normalization` argument are:
Inference
---------
The easiest way to do inference is to simply call:
The easiest way to do inference with 5 iterations is to simply call:
```python
Q = d.inference(n_iterations=5)
Q = d.inference(5)
```
And the MAP prediction is then:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment