luke14free / pm-prophet

GAM timeseries modeling with auto-changepoint detection. Inspired by Facebook Prophet and implemented in PyMC3
325 stars 42 forks source link

AttributeError: 'DataFrame' object has no attribute 'ix' #36

Open rambam613 opened 2 years ago

rambam613 commented 2 years ago

Hi-- first off. thank you for making this. i have been looking for a pymc3 based prophet alternative for a while (not a fan of the installation process for pystan)..

I am trying to run this peyton manning example from the read me, and the underlying module is using the deprecated ix function. Any way we could upgrade the module for the latest version of pandas? Ive never submitted a pull requests but I can potentially help.

rambam613 commented 2 years ago

i realize that the latest version here on github doesnt have this problem, but its one version ahead of pypi... any plans to push to update pypi?