chris1610 / pbpython

Code, Notebooks and Examples from Practical Business Python
https://pbpython.com
BSD 3-Clause "New" or "Revised" License
1.99k stars 987 forks source link

Typos in Forecasting-with-prophet.ipynb causes missing file error #11

Closed maverickactuary closed 6 years ago

maverickactuary commented 7 years ago

data_file = "..\data\All Web Site Data Audience Overview.xlsx" should be data_file = "..\data\All-Web-Site-Data-Audience-Overview.xlsx"

Separately m2.plot_components(forecast2); is taking an age to finish, even with a laptop beast. I'm not sure it will.

chris1610 commented 6 years ago

I think there are some issues with running prophet on windows machines and certain operations taking a long time. It seems to run relatively quickly on my stock linux laptop.