Ben Letham

Results 41 comments of Ben Letham

My guess is that you're using an old version of fbprophet. Could you check the version you're using? ``` import fbprophet print(fbprophet.__version__) ``` That particular feature was released in v0.7....