pymc-devs/pymc
Auf GitHub ansehenRefactor sampler warnings to a serializable data structure
Open
#6.252 geöffnet am 28. Okt. 2022
help wantedtrace-backend
Repository-Metriken
- Stars
- (7.926 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 11T) (7 gemergte PRs in 30 T)
Beschreibung
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.