This project built a prediction model of bike flow in a bike-sharing system to estimate the number of bicycles and docks required in each station at a given point.
Inputting:
- All Santander trips between each station
- All major events, bank holidays, and disruptions
- Historical weather data
Using a SARIMAX that models:
- seasonality
- exogenous variables to take into account additional factors
Returning a prediction of:
- available bikes at the origin station
- available docks at the destination station
- recommendation of alternative route if necessary