CoolFace
Apppublic

DanielRegaladoCardoso/miami-transit-equity

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes
App README

Miami-Dade Transit Equity Simulator

Interactive simulation of how transit-service changes affect equity outcomes across 504 Miami-Dade census tracts.

Built for the University of Miami MSBA Capstone: AI for Equitable Public Transportation (Deloitte partnership).

What you can do

  • —Adjust 4 transit-service levers (peak AM frequency, early-AM frequency, weekend/weekday ratio, rail modal share) and see per-tract equity impact.
  • —Scope interventions to All / Critical-only / High+Critical / Fragile / custom GEOIDs.
  • —Click any tract for a detailed narrative including demographics, service levels, and a route-level diagnostic (which bus routes serve the tract, their AM-peak headway, and the bottleneck route).
  • —Before/after choropleth maps + 4×4 tier-shift matrix for each scenario.

Under the hood

  • —Simulator: Luna's Sprint 3.2 engine (proportional-change formula: ratio = new_deficit / baseline_deficit, applied to Sprint 2a composite).
  • —Model: XGBoost v3 predicting service_deficit from 13 features.
  • —Baseline: 504 tracts × 29 cols (inner join of features + deficit + need).
  • —City2Graph: GTFS-derived per-tract route-level diagnostic (Miami-Dade GTFS 2026-03-24, weekday AM peak 06:00–09:00, 500m walking buffer).

Reference scenarios (S1–S5)

#NameLever(s)Scope
S1Peak freq boostfreq_peak_am_tph +2Critical (~51)
S2Weekend parityweekend_weekday_ratio → 0.80All 504
S3Early servicefreq_early_tph +1High+Critical (~153)
S4Rail modal shiftrail_trip_share +0.10All 504
S5Combinedpeak+2, weekend→0.80, rail+0.05High+Critical

Top problem routes (Critical+High tracts)

From the City2Graph diagnostic:

RouteLong name# Crit/High tractsWorst headway
17163 ST TERM-VIZ VIA 17 AV2860 min
54HIALEAH-MIAMI LAKES-BISCA VIA 54 ST2760 min
HIAFLACity of Hialeah Transit (Flamingo)1960 min
95I-95 GOLDEN GLADES EXPRESS9120 min
MIALIBCity of Miami - Liberty City Route1460 min

Credits

  • —Luna (lunaasage): Sprint 3.1 baseline + Sprint 3.2 simulator
  • —Lina Graf: Gradio V2/V3 dashboard
  • —Daniel Regalado Cardoso: Sprint 1/2 modeling, Sprint 3.3 validation, City2Graph