Skip to content

eangius/Transit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transit Schedules

Using historical data from the City Of Winnipeg, this repository performs exploratory analysis to identify inefficiencies in the city's transit system with regards to scheduled times & leverage these findings to then design a real-time bus tardiness prediction system prototype for individual bus stops.

Resources Used

Findings & Results

  • Part1: Insights from the dataset
  • Part2: Design delay prediction solutions
  • Part3: Implement prototype system

Local Experimentation

pip install -r requirements.txt;       # download project external libraries
env PYTHONPATH=${PWD} jupyter lab;     # launch interactive notebook environment