arviz-devs / arviz_dashboard

Bayesian Dashboard built on top of Panel
Apache License 2.0
5 stars 1 forks source link

create ppc_dashboard #10

Closed yilinxia closed 1 year ago

yilinxia commented 1 year ago

7

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

review-notebook-app[bot] commented 1 year ago

View / edit / reply to this conversation on ReviewNB

aloctavodia commented on 2023-01-11T14:53:09Z ----------------------------------------------------------------

Line #12.        y = pm.Normal("y", 0, σ, observed=y_obs)

To avoid re-runing the models, we could save the InferenceData and used them as part of examples. We could also use https://python.arviz.org/en/stable/api/generated/arviz.load_arviz_data.html and maybe when installing arviz_dashboard we add a new set of datasets


review-notebook-app[bot] commented 1 year ago

View / edit / reply to this conversation on ReviewNB

aloctavodia commented on 2023-01-11T14:53:10Z ----------------------------------------------------------------

Is this the current status, or you just need to re-run the notebook?


aloctavodia commented 1 year ago

@yilinxia let me know if you need more feedback or help

yilinxia commented 1 year ago

Hi @aloctavodia , I am so sorry that I totally forgot to push the changes. Please let me know if there are other problems