pymc-devs/pymc

Refactor sampler warnings to a serializable data structure

Open

#6252 aperta il 28 ott 2022

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (1902 fork)batch import
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.

Guida contributor