Commit d66fa5c6 authored by Yannick Hold's avatar Yannick Hold Committed by GitHub
Browse files

Fixed inference example (wrong keyword argument)

parent 3846e8ad
...@@ -131,10 +131,10 @@ Possible values for the `normalization` argument are: ...@@ -131,10 +131,10 @@ Possible values for the `normalization` argument are:
Inference 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 ```python
Q = d.inference(n_iterations=5) Q = d.inference(5)
``` ```
And the MAP prediction is then: 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