timeseers icon indicating copy to clipboard operation
timeseers copied to clipboard

Porting to PyMC4?

Open yclicc opened this issue 1 year ago • 2 comments

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?

yclicc avatar Mar 14 '23 10:03 yclicc

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

MBrouns avatar Apr 02 '23 10:04 MBrouns

@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.

twiecki avatar Apr 03 '23 09:04 twiecki