Velocipede
Brief Description
A regressor that predicts the number of bicycle trips starting from each Bixi bicycle station using the geographical coordinates of the station. Using RBF Kernel, station latitude and longitudes were converted to features representing the proximity of each station to the cluster centers identified using KMeans. These proximity features were then used to train a random forest regressor.
Dashboard on AWS EC2 instance: link
GitHub repository: link