Time Series Forecasting with Exogenous Features

Description

Data Sources (attached):

Deliverables

Your solution should include:

1 Setting up the notebook

2 Notes from Exploratory Data Analysis

3 Setting up the Prophet models

3.1 Prophet Model

3.2 Prophet Model with Exogenous Features

4 Setting up Seasonal ARIMA based models

4.0 ARIMA non seasonal and season orders

4.1 SARIMA Model

4.2 SARIMAX Model

5 Summary for all 4 models' accuracy performance

6 Rolling Window Cross-Validation

7 Notes on Methodology

{1}Setting up the notebook

Loading the packages

Setting-up the working directory

Loading the raw data

Merging the TFL hires, Electrical power and UK Bank holidays data

{2}Notes from Exploratory Data Analysis

{3}Setting up the Prophet models

{3.1}Prophet Model

{3.2}Prophet Model with Exogenous Features

{4}Setting up Seasonal ARIMA based models

{4.0}ARIMA non seasonal and season orders

{4.1}SARIMA Model

{4.2}SARIMAX Model

{5}Summary for all 4 models' accuracy performance

{6}Rolling Window Cross Validation

{7}Notes on Methodology