vincekellner / demandforecasting

Forecast taxi demand for given areas in New York City
15 stars 2 forks source link

demandforecasting

Forecast taxi demand for given areas in New York City

Predictions are made based on a preprocessed dataset of the NYC Taxi and Limousine Commission (TLC) data (https://www1.nyc.gov/site/tlc/about/tlc-trip-record-data.page) containing hourly taxi demand from 01/2009 up to 06/2018 for all 263 taxi zones. A sample of the preprocessed data is provided. In addition, the complete data of the 10 and 20 busiest taxi zones in terms of the overall demand is available.

Different forecasting methods are implemented:

Details of models

Besides versions of the feedforward-NN and LSTM model which process data of a single area to predict future demand, "multivariate" models are provided. The "multivariate" models are implemented such that a window of past demand is processed to predict future demand for multiple areas at the same time. The multivariate models are tested with data of the 10 and 20 busiest taxi districts.