arviz-devs/arviz

Write conversion guides

開放

#1,489 建立於 2021年1月8日

 (2 則留言) (0 個反應) (0 位負責人)TeX (495 個分叉)batch import
DiscussionHelp WantedUser Documentation

倉庫指標

星標
 (1,818 顆星)
PR 合併指標
 (平均合併 3天 8小時) (30 天內合併 5 個 PR)

描述

Tell us about it

Convert the cookbook into a collection of notebooks (one per PPL) with extended documentation on the respective converter function from_xyz. PPL tracker:

  • PyMC3 (if the examples below are good enough it's only a matter of putting the notebook together)
  • PyStan
  • CmdStanPy
  • Pyro
  • NumPyro
  • emcee (there are extensive examples in the from_emcee api docs that can help write this)
  • TensorFlow Probability

Thoughts on implementation

I think it would be great to define a set of tasks of increasing difficulty and then (if possible) show how to tackle them in each of the PPLs and how to convert the data to InferenceData. The current example in the cookbook is a possible starting point. The examples (click on the QR codes) for my ProbProg poster are a more complete example of InferenceData creation. And my pymc3-arviz blogpost could be used as intermediate examples.

Note: the cookbook would not be deleted, it would keep the numpy array, dict, dataframe... conversions

貢獻者指南