Using bayeux
to organize numpyro
models and access features
#244
Labels
bayeux
to organize numpyro
models and access features
#244
@dylanhmorris has put me onto
bayeux
. I think this would be a useful addition.bayeux
has some handy features:from_numpyro
method that coverts anumpyro
model into abayeux
model object.bayeux
models have a debug mode https://jax-ml.github.io/bayeux/debug_mode/ which covers Adding stress testing utility for model inference to help isolate cause of stochastic failure in inference #197 and makes Adding stresstest function toMechanisticInferer
#199 obsolete.bayeux
models can be cast to other libraries, e.g.optimistix
which can find their MAP values (which can be handy).The text was updated successfully, but these errors were encountered: