pymc-devs/pymc

Refactor sampler warnings to a serializable data structure

Open

#6 252 ouverte le 28 oct. 2022

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Python (1 902 forks)batch import
help wantedtrace-backend

Métriques du dépôt

Stars
 (7 926 stars)
Métriques de merge PR
 (Merge moyen 11j) (7 PRs mergées en 30 j)

Description

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.

Guide contributeur