Hi, I have recently updated pymc3 from 3.8 to the 3.11.1 version, but since then the progress bar is no longer showing when I am running the following line:
What I am seeing now is only the following, which is not convenient since I need to run it on a larger dataset where the program will take quite a while to end.
Auto-assigning NUTS sampler…
Initializing NUTS using jitter+adapt_diag…
Sequential sampling (2 chains in 1 job)
NUTS: [sigma, beta_2, beta_1, alpha]
See the GitHub issue where I raised this issue here and the hacky solution here. In the end I didn’t want to edit my PyMC3 source files on every computer and environment so I learned to live without the progress bar.