Closed pipme closed 2 years ago
You're absolutely right about this documentation being missing. We had, in effect, an issue for this: https://github.com/stan-dev/pystan/issues/245
Contributions on this would certainly be welcome.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the problem with the documentation
How to pass parameters to
model.sample
is unclear. For example I don't know how to setinit
,warmup
andseed
properly.ValueError: {'json': {'seed': ['Unknown field.']}}
is raised when doingseed=1
.Suggest a potential alternative/fix
A more complete code example/tutorial need to be added.