pymc-devs/pymc

Refactor sampler warnings to a serializable data structure

开放

#6,252 创建于 2022年10月28日

 (0 条评论) (0 个反应) (0 位负责人)Python (1,902 个派生)batch import
help wantedtrace-backend

仓库指标

星标
 (7,926 个星标)
PR 合并指标
 (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.

贡献者指南