Joanna Diong

Results 5 issues of Joanna Diong

In: ```python # Code 4.2 trace_df = pm.trace_to_dataframe(trace_4_1) trace_df.cov() ``` I have ported part of this code to save the trace as an InferenceData object: ```python with pm.Model() as m4_1:...

`trace_to_dataframe()` in PyMC3 to save traces is currently implemented in Rethinking_2 notebooks (e.g. Chp_04). But the function is planned for deprecation, with Arviz being the intended package to save traces....

enhancement
good first issue

I had corresponded with @pzivich over email and am posting our communication here for the benefit of other users. __JD.__ > Is it possible to program saving figures of directed...

Just a few more minor touch-ups, thanks!