├── Chapter01 └── Chapter_01.ipynb ├── Chapter02 └── Chapter_02.ipynb ├── Chapter03 └── Chapter_03.ipynb ├── Chapter04 └── Chapter_04.ipynb ├── Chapter05 └── Chapter_05.ipynb ├── Chapter06 └── Chapter_06.ipynb ├── Chapter07 └── Chapter_07.ipynb ├── Chapter08 └── Chapter_08.ipynb ├── Chapter09 └── Chapter_09.ipynb ├── Chapter10 └── Chapter_10.ipynb ├── Chapter11 └── Chapter_11.ipynb ├── Chapter12 └── Chapter_12.ipynb ├── Chapter13 └── Chapter_13.ipynb ├── LICENSE ├── README.md └── data ├── AirPassengers.csv ├── Data_wolves_moose_Isle_Royale_June2019.xlsx ├── baltimore_crime.csv ├── co2-ppm-daily_csv.csv ├── divvy_daily.csv ├── divvy_hourly.csv ├── divvy_hourly_with_temperature.csv ├── instagram_jamesrodriguez10.csv ├── instagram_natgeo.csv ├── online_retail.csv ├── rainfall.csv ├── spurious_correlations.csv └── sunspots.csv /Chapter01/Chapter_01.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/Chapter01/Chapter_01.ipynb -------------------------------------------------------------------------------- /Chapter02/Chapter_02.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/Chapter02/Chapter_02.ipynb -------------------------------------------------------------------------------- /Chapter03/Chapter_03.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/Chapter03/Chapter_03.ipynb -------------------------------------------------------------------------------- /Chapter04/Chapter_04.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/Chapter04/Chapter_04.ipynb -------------------------------------------------------------------------------- /Chapter05/Chapter_05.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/Chapter05/Chapter_05.ipynb -------------------------------------------------------------------------------- /Chapter06/Chapter_06.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/Chapter06/Chapter_06.ipynb -------------------------------------------------------------------------------- /Chapter07/Chapter_07.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/Chapter07/Chapter_07.ipynb -------------------------------------------------------------------------------- /Chapter08/Chapter_08.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/Chapter08/Chapter_08.ipynb -------------------------------------------------------------------------------- /Chapter09/Chapter_09.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/Chapter09/Chapter_09.ipynb -------------------------------------------------------------------------------- /Chapter10/Chapter_10.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/Chapter10/Chapter_10.ipynb -------------------------------------------------------------------------------- /Chapter11/Chapter_11.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/Chapter11/Chapter_11.ipynb -------------------------------------------------------------------------------- /Chapter12/Chapter_12.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/Chapter12/Chapter_12.ipynb -------------------------------------------------------------------------------- /Chapter13/Chapter_13.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/Chapter13/Chapter_13.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/README.md -------------------------------------------------------------------------------- /data/AirPassengers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/data/AirPassengers.csv -------------------------------------------------------------------------------- /data/Data_wolves_moose_Isle_Royale_June2019.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/data/Data_wolves_moose_Isle_Royale_June2019.xlsx -------------------------------------------------------------------------------- /data/baltimore_crime.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/data/baltimore_crime.csv -------------------------------------------------------------------------------- /data/co2-ppm-daily_csv.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/data/co2-ppm-daily_csv.csv -------------------------------------------------------------------------------- /data/divvy_daily.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/data/divvy_daily.csv -------------------------------------------------------------------------------- /data/divvy_hourly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/data/divvy_hourly.csv -------------------------------------------------------------------------------- /data/divvy_hourly_with_temperature.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/data/divvy_hourly_with_temperature.csv -------------------------------------------------------------------------------- /data/instagram_jamesrodriguez10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/data/instagram_jamesrodriguez10.csv -------------------------------------------------------------------------------- /data/instagram_natgeo.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/data/instagram_natgeo.csv -------------------------------------------------------------------------------- /data/online_retail.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/data/online_retail.csv -------------------------------------------------------------------------------- /data/rainfall.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/data/rainfall.csv -------------------------------------------------------------------------------- /data/spurious_correlations.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/data/spurious_correlations.csv -------------------------------------------------------------------------------- /data/sunspots.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Forecasting-Time-Series-Data-with-Facebook-Prophet/HEAD/data/sunspots.csv --------------------------------------------------------------------------------