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.

贡献者指南