bambi icon indicating copy to clipboard operation
bambi copied to clipboard

Add example showing how to access the underlying PyMC3 model

Open tomicapretto opened this issue 2 years ago • 2 comments

tomicapretto avatar Sep 17 '21 11:09 tomicapretto

This somewhat exists in the last section of getting started. Is this what this issue is referring to? Or is a more in depth example wanted; showing how to inspect, and modify the internally stored objects?

GStechschulte avatar Mar 29 '23 19:03 GStechschulte

Perhaps you can simply add another chunk showing how to fit the model as you would do with PyMC. Like this

with model.backend.model:
    idata = pm.sample()
idata

tomicapretto avatar Mar 29 '23 22:03 tomicapretto