pymc-devs/pymc
GitHub で見るRefactor sampler warnings to a serializable data structure
Open
#6,252 opened on 2022年10月28日
help wantedtrace-backend
Repository metrics
- Stars
- (7,926 stars)
- PR merge metrics
- (平均マージ 11d) (30d で 7 merged PRs)
説明
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.