top of page
Predicting Public Transport Usage
This project was to use data from various sources to create a model that can predict the usage of certain public transport methods in Singapore. As a team, we analysed and used several machine learning models, such as Linear Regression, Random Forest and K Neighbours Regressor.
​
We used several features that we felt were useful in predicting public transport usage. For example, the average air temperature, average UV index level and the current cost of COE.
​
This project was done in Python.

LRT_actual_vs_predicted_ridership

Bus_actual_vs_predicted_ridership

MRT_actual_vs_predicted_ridership

LRT_actual_vs_predicted_ridership
1/3
For the development of this project, I worked on feature data cleaning and the implementation of the K Nearest Regressor model.
bottom of page