pymc-devs/pymc
Vedi su GitHubRefactor sampler warnings to a serializable data structure
Open
#6252 aperta il 28 ott 2022
help wantedtrace-backend
Metriche repository
- Star
- (7926 star)
- Metriche merge PR
- (Merge medio 11g) (7 PR mergiate in 30 g)
Descrizione
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.