Skip to content

Time series forecasts using Uber's Orbit model and Facebook's Prophet

License

Notifications You must be signed in to change notification settings

vettorefburana/Uber-Orbit-Forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Uber-Orbit-Forecast

Time series forecasting using Uber's Orbit and Facebook's Prophet

Objectives:

  • Forecast Waze daily mileage data for Italy
  • Forecast average daily temperatures for Italy
  • Forecast mileage data using daily temperatures as explanatory variable

Models:

  • Orbit Local Global Trend (LGT), Damped Local Trend (DLT) and Exponential Smoothing (ETS)
  • Facebook's Prophet
  • Arima

Results:

  • Prophet yields a smaller prediction error than other forecasting models
  • For Orbit models, prediction error increases if temperature is used as a regressor for predicting mileage
  • For Prophet, including temperature as a regressor yields a smaller prediction error

References:

Data sources:

Releases

No releases published

Packages

No packages published