get_clean_data.ipynb
- fetch ridership data from BART
- scrape weather data from Weather Underground
- clean data
- build database and insert data
explore.ipynb
- exploratory graphics
model.ipynb
- build, assess, and refine predictive models
- linear regression, random forest
run.py
flask_app
- connects random forest model to front-end UI using the Flask/Bootstrap framework