This repository was archived by the owner on Jan 19, 2026. It is now read-only.
Carry posteriors over as custom priors for new model #282
Unanswered
Miguel-Adarlo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Thanks for the question! I would guess the format of some priors in custom_priors.pkl do not have designed input format. I would recommend checking the distributions saved in custom_priors and also check this page on using custom priors in LightweightMMM. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I read the documentation, and it had this line: "Note however that you can always use the posteriors from a previous modeling cycle as priors when you refresh the model."
I am trying to pass over my posteriors from an old model to another via the model's trace like so:
and in another notebook:
but when trying to load the posteriors as priors, I get this error.
What have I been doing wrong in regards to using the posteriors as custom priors? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions