pymc-devs/pymc

Refactor sampler warnings to a serializable data structure

Open

#6,252 建立於 2022年10月28日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (1,902 fork)batch import
help wantedtrace-backend

倉庫指標

Star
 (7,926 star)
PR 合併指標
 (平均合併 11天) (30 天內合併 7 個 PR)

描述

As discussed in this and this comment the sampler warnings should be refactored into a data structure that can accomodate...

  • Hierarchical samplers
  • Samplers of different type (not everything is NUTS)

This is mostly a matter of thinking (hard) about data structures, also with McBackend protobufs and ArviZ InferenceData schema in mind.

貢獻者指南