Abhipsha Das
Abhipsha Das
taking this up
taking this up.
will be taking this up if that's alright
taking this up.
Hi @jessicakzhang , are you still working on this issue? @OriolAbril would it be okay if I were to submit a PR for this issue, considering the fact that this...
thanks a lot!
@OriolAbril had a doubt regarding updating `np.exp(np.mean())` to `np.mean(np.exp())` in cells 15 and 19. as far as I understood, `az.summary` returns certain statistics of which mean is one, and we...
oh okay, thanks for clarifying. so when I do the exponentiation on `inf_fish` which is an `InferenceData` object, I should first convert it to a data frame and exponentiate that...
yes, that works, thanks a lot!
in cell 19, I think there's a typing error. the code in cells 15 and 19 are identical and call a summary for the same variable `inf_fish`, which was generated...