timeseers
timeseers copied to clipboard
Porting to PyMC4?
PyMC4 has now been released https://www.pymc.io/blog/v4_announcement.html#v4_announcement with various new features including better GPU support. Are there any plans to port this repo to PyMC4? Mostly this would involve just changing the imports from import pymc3 as pm
to import pymc as pm
but maybe also changing the way plots are handled https://www.pymc-labs.io/blog-posts/the-quickest-migration-guide-ever-from-pymc3-to-pymc-v40/ .
I noticed this closed issue https://github.com/MBrouns/timeseers/issues/40 but I'm not sure that you actually changed anything in response to that?
I’m not actively maintaining timeseers at the moment, but it is probably a good idea to update if you’re planning to use this library
@yclicc If you're interested, I recommend you fork this repo and maintain it, it's great functionality! Unless @MBrouns still wants to host it and review&merge PRs or add you as maintainer.