Hi, after passing a formula to bambi and just going with default priors, I can plot the priors with model.plot_priors() which is a pymc.model.Model. How can I get in the code the parameters of the default priors? I tried with
model.backend.model.unobserved_RVs
but i just get let’s say Intercept not Intercept ~N(0,30). Is there a way to get the parameters of the default priors that the model used?
Thanks in advance.