pymc-devs/pymc

Refactor sampler warnings to a serializable data structure

Open

#6.252 aberto em 28 de out. de 2022

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (1.902 forks)batch import
help wantedtrace-backend

Métricas do repositório

Stars
 (7.926 stars)
Métricas de merge de PR
 (Mesclagem média 11d) (7 fundiu PRs em 30d)

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.

Guia do colaborador