Skip to content

nliusont/nyc-bike-counts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nyc-bike-counts

This repo cleans NYC bike count data and weather data and trains an xgboost model to predict daily bike ridership. This repo supports two Streamlit data apps:

Notebooks

et.ipynb

This notebook takes in bike counts and bike counter csvs and performs the following:

  • trims the bike counters to the predominant counters and removes duplicative counters
  • links together the two Kent Ave counters
  • slices off anomalous data that occurs after counter installation
  • groups by by hour and week for visualization
  • creates display data for streamlit app

make_dataset_w_features.ipynb

This notebook totals the bike counts for the most predominant bike counters then pulls in weather data to be used as input features for modelling. There two weather sources for data, though it could all be retrieved from Open Mateo (which was discovered later in the project)

predict_counts.ipynb

This notebook takes the output of make_dataset_w_feature.ipynb and trains an xgboost regressor model

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published