Hello
I am currently in the process of migrating from Stan to PyMC3 for my Bayesian modeling projects. I have faced a few issues that I need some guidance on.
I have been using Stan for Bayesian modeling for the past couple of years, primarily for hierarchical modeling and Bayesian inference. Now, I am exploring PyMC3 due to its flexibility and ease of use in Python; but I am facing some specific challenges in the transition.
I am accustomed to specifying models using a different syntax and structure compared to PyMC3. I am looking for guidance on how to effectively translate my model specifications to PyMC3 syntax, especially for complex hierarchical models.
Stan offers a wide range of built-in distributions for priors. I am trying to understand the equivalent priors in PyMC3 and how to specify them effectively to maintain model consistency.
I am also interested in understanding any differences in parameter estimation techniques between Stan and PyMC3.
Are there specific strategies or best practices I should be aware of when using PyMC3 for parameter tuning and convergence diagnostics? Checked https://discourse.pymc.io/t/porting-stan-model-to-pymc/10055-react native discussions but still need help .
Your advice could help me ensure a smooth transition and enhance my Bayesian modeling capabilities.
Thank you in advance for your help and suggestions!
Best regards,
boblewis