pymc-devs/pymc

Refactor sampler warnings to a serializable data structure

Offen

#6.252 geöffnet am 28.10.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.902 Forks)batch import
help wantedtrace-backend

Repository-Metriken

Stars
 (7.926 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

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.

Contributor Guide