Skip to content

Created a regression model that predicts the travel time of a taxi ride in New York.

Notifications You must be signed in to change notification settings

cheahannah/predicting-taxi-ride-duration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Predicting Taxi Ride Duration (2019)

Tools: Python (numpy, pandas, matplotlib, seaborn), SQL, Jupyter Notebooks

  • Executed data science life cycle on 98,000-point dataset: data selection and cleaning, EDA, feature engineering, and model selection
  • Generated and fit linear regression model to predict travel time of a taxi ride in Manhattan
  • Implemented a tree regression model to increase accuracy of prediction decreased root mean square error by 43%