luke14free / pm-prophet

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

ValueError: Of the three parameters: start, end, and periods, exactly two must be specified #3

Closed twolodzko closed 6 years ago

twolodzko commented 6 years ago

When running the examples from model.py and readme I get the following error:

ValueError: Of the three parameters: start, end, and periods, exactly two must be specified

luke14free commented 6 years ago

are you observing this on the provided dataset? which version of pandas are you using?

luke14free commented 6 years ago

on a closer inspection it should be an issue with pandas <0.23, updating to the latest version should solve the issue. saw the PR, great for pinning versions in the requirements 👍 let me know if this works so we can close this

twolodzko commented 6 years ago

Yes, it was pandas version. I saw you changed it in setup.py, so it can be closed.